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

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

From
Heikki Linnakangas
Date:
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(-)