pg_waldump: Add test case for notice message

Peter Eisentraut <peter@eisentraut.org>

Commit: 088539015173a204839a53d1d0fc8fa8c96783ba
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-07-05T08:50:16Z
Releases: 17.0
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.raab@highgo.ca>
Discussion: https://www.postgresql.org/message-id/flat/CAAcByaKM7zyJSDkPWv6_%2BapupY4fXXM3q3SRXas9MMNVPUGcsQ%40mail.gmail.com

Files

PathChange+/−
src/bin/pg_waldump/pg_waldump.c modified +6 −6
src/bin/pg_waldump/t/001_basic.pl modified +19 −0

Discussion