pgsql: Suppress bogus printout during new 035_standby_logical_decoding. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress bogus printout during new 035_standby_logical_decoding.
Date
Msg-id E1pl9ty-0023gK-Gq@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Try to unbreak MSVC builds for fuzzystrmatch
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Try to unbreak MSVC builds for pg_waldump