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.
This commit is contained in:
Tom Lane 2023-04-08 10:50:46 -04:00
parent 2e57ffe12f
commit 07690aab46

View File

@ -460,7 +460,7 @@ $logstart = -s $node_standby->logfile;
reactive_slots_change_hfs_and_wait_for_xmins('row_removal_', 'shared_row_removal_', 0, 1);
# Trigger the conflict
diag $node_primary->safe_psql('testdb', qq[
$node_primary->safe_psql('testdb', qq[
CREATE ROLE create_trash;
DROP ROLE create_trash;
VACUUM pg_authid;