Re: Recovery inconsistencies, standby much larger than primary

From: Greg Stark <stark(at)mit(dot)edu>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Recovery inconsistencies, standby much larger than primary
Date: 2014-01-31 15:43:09
Message-ID: CAM-w4HOJWB7R897DODzZErfnGWS-0ruSeRKe6-8H1hcHvYWvZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sorry guys. I transposed two numbers when looking up the relation.
"data_pk" wasn't the right index.

=# select (page_header(get_raw_page('index_data_id', 'main', 3020854))).* ;
lsn | tli | flags | lower | upper | special | pagesize |
version | prune_xid
--------------+-----+-------+-------+-------+---------+----------+---------+-----------
CF0/2DD67BB8 | 5 | 0 | 792 | 5104 | 8176 | 8192 |
4 | 0
(1 row)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-01-31 15:47:06 Re: Recovery inconsistencies, standby much larger than primary
Previous Message Robert Haas 2014-01-31 15:42:57 Re: Regression tests failing if not launched on db "regression"