Add new pg_walsummary tool.
authorRobert Haas <rhaas@postgresql.org>
Wed, 25 Oct 2023 17:01:06 +0000 (13:01 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 30 Nov 2023 14:10:48 +0000 (09:10 -0500)
commitf88da16681f8defc813f844442f004e425a762cf
treeaaa9173c1e600cc742fb4dc50d50152df7cae55f
parentbe158830e2454259534973d7bd2a76268ba82520
Add new pg_walsummary tool.

This can dump the contents of WAL summary files, either those in
pg_wal/summaries, or the INCREMENTAL_BACKUP files that are part of
an incremental backup proper.

XXX. Needs tests.
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pg_walsummary.sgml [new file with mode: 0644]
doc/src/sgml/reference.sgml
src/backend/postmaster/walsummarizer.c
src/bin/Makefile
src/bin/meson.build
src/bin/pg_walsummary/.gitignore [new file with mode: 0644]
src/bin/pg_walsummary/Makefile [new file with mode: 0644]
src/bin/pg_walsummary/meson.build [new file with mode: 0644]
src/bin/pg_walsummary/pg_walsummary.c [new file with mode: 0644]
src/tools/pgindent/typedefs.list