diff options
| author | Robert Haas | 2024-01-11 17:47:28 +0000 |
|---|---|---|
| committer | Robert Haas | 2024-01-11 17:48:27 +0000 |
| commit | ee1bfd168390bc843c6704d16e909692c0a79f27 (patch) | |
| tree | 88e263fab46e17acca8d2b17fefeaa8dfee84050 /src/bin/meson.build | |
| parent | d9ef650fca7bc574586f4171cd929cfd5240326e (diff) | |
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
Diffstat (limited to 'src/bin/meson.build')
| -rw-r--r-- | src/bin/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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') |
