pgsql: pg_waldump: Add more tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_waldump: Add more tests
Date: 2023-07-05 08:54:09
Message-ID: E1qGyH3-0020FM-Ld@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_waldump: Add more tests

This adds tests for most command-line options and tests for most
rmgrdesc routines.

Based on patch by Dong Wook Lee <sh95119(at)gmail(dot)com>.

Reviewed-by: Tristen Raab <tristen(dot)raab(at)highgo(dot)ca>
Discussion: https://www.postgresql.org/message-id/flat/CAAcByaKM7zyJSDkPWv6_%2BapupY4fXXM3q3SRXas9MMNVPUGcsQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96063e28366b97da8c2ea02060acfea15fb7ffee

Modified Files
--------------
src/bin/pg_waldump/t/001_basic.pl | 194 ++++++++++++++++++++++++++++++++++++++
1 file changed, 194 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-07-05 10:34:59 pgsql: Fix leak of LLVM "fatal-on-oom" section counter.
Previous Message Heikki Linnakangas 2023-07-05 07:03:06 pgsql: Change example in pgindent README on "/*-----" comments.