Print the name of the WAL file containing latest REDO ptr in pg_controldata.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_controldata/pg_controldata.c | modified | +12 −0 |