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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
