Add new pg_walsummary tool.
Robert Haas <rhaas@postgresql.org>
Add new pg_walsummary tool. This can dump the contents of the WAL summary files found in pg_wal/summaries. Normally, this shouldn't really be something anyone needs to do, but it may be needed for debugging problems with incremental backup, or could possibly be useful to external tools. Discussion: http://postgr.es/m/CA+Tgmobvqqj-DW9F7uUzT-cQqs6wcVb-Xhs=w=hzJnXSE-kRGw@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/allfiles.sgml | modified | +1 −0 |
| doc/src/sgml/reference.sgml | modified | +1 −0 |
| doc/src/sgml/ref/pg_walsummary.sgml | added | +122 −0 |
| src/bin/Makefile | modified | +1 −0 |
| src/bin/meson.build | modified | +1 −0 |
| src/bin/pg_walsummary/.gitignore | added | +1 −0 |
| src/bin/pg_walsummary/Makefile | added | +48 −0 |
| src/bin/pg_walsummary/meson.build | added | +30 −0 |
| src/bin/pg_walsummary/nls.mk | added | +6 −0 |
| src/bin/pg_walsummary/pg_walsummary.c | added | +280 −0 |
| src/bin/pg_walsummary/t/001_basic.pl | added | +19 −0 |
| src/bin/pg_walsummary/t/002_blocks.pl | added | +88 −0 |
| src/tools/pgindent/typedefs.list | modified | +2 −0 |
Documentation touched
Discussion
- cleanup patches for incremental backup 40 messages · 2024-01-05 → 2024-03-20