From ee1bfd168390bc843c6704d16e909692c0a79f27 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 11 Jan 2024 12:47:28 -0500 Subject: 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 --- src/bin/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/meson.build') diff --git a/src/bin/meson.build b/src/bin/meson.build index f292752c5ce..aa60ebaa302 100644 --- a/src/bin/meson.build +++ b/src/bin/meson.build @@ -17,6 +17,7 @@ subdir('pg_test_timing') subdir('pg_upgrade') subdir('pg_verifybackup') subdir('pg_waldump') +subdir('pg_walsummary') subdir('pgbench') subdir('pgevent') subdir('psql') -- cgit v1.2.3