pgsql: Print the name of the WAL file containing latest REDO ptr in pg_

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print the name of the WAL file containing latest REDO ptr in pg_
Date: 2012-07-14 11:24:04
Message-ID: E1Sq0SC-0003DT-5M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Print the name of the WAL file containing latest REDO ptr in pg_controldata.

This makes it easier to determine how far back you need to keep archived WAL
files, to restore from a backup.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c349a565abf1e5ddf68971c62afff14947bcfa2

Modified Files
--------------
src/bin/pg_controldata/pg_controldata.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Urbański 2012-07-14 14:50:06 Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings.
Previous Message Peter Eisentraut 2012-07-14 11:08:22 pgsql: Add link to PEP 394 regarding python2 vs python3 naming