pgsql: Print the name of the WAL file containing latest REDO ptr in pg_ - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Print the name of the WAL file containing latest REDO ptr in pg_
Date
Msg-id E1Sq0SC-0003DT-5M@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add link to PEP 394 regarding python2 vs python3 naming
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't initialize TLI variable to -1, as TimeLineID is unsigned.