| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: pg_waldump: Add test case for notice message |
| Date: | 2023-07-05 08:54:09 |
| Message-ID: | E1qGyH3-0020FN-MJ@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
pg_waldump: Add test case for notice message
Add a test case for the "first record is after" message. Also, this
message should really go to stderr, so change to use pg_log_info.
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/088539015173a204839a53d1d0fc8fa8c96783ba
Modified Files
--------------
src/bin/pg_waldump/pg_waldump.c | 12 ++++++------
src/bin/pg_waldump/t/001_basic.pl | 19 +++++++++++++++++++
2 files changed, 25 insertions(+), 6 deletions(-)
| 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. |