pgsql: Suppress bogus printout during new 035_standby_logical_decoding.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress bogus printout during new 035_standby_logical_decoding.
Date: 2023-04-08 14:50:51
Message-ID: E1pl9ty-0023gK-Gq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress bogus printout during new 035_standby_logical_decoding.pl test.

Our convention for some time has been that successful tests shouldn't
print anything on stderr. A stray "diag" call violated that, and
for that matter messed up the normal TAP progress display.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07690aab46ed5530643942726b27a503995dd835

Modified Files
--------------
src/test/recovery/t/035_standby_logical_decoding.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-04-08 15:22:45 pgsql: Try to unbreak MSVC builds for pg_waldump
Previous Message Tom Lane 2023-04-08 14:14:04 Re: pgsql: Try to unbreak MSVC builds for fuzzystrmatch