Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07690aa

Browse files
committed
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.
1 parent 2e57ffe commit 07690aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/035_standby_logical_decoding.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ sub check_for_invalidation
460460
reactive_slots_change_hfs_and_wait_for_xmins('row_removal_', 'shared_row_removal_', 0, 1);
461461

462462
# Trigger the conflict
463-
diag $node_primary->safe_psql('testdb', qq[
463+
$node_primary->safe_psql('testdb', qq[
464464
CREATE ROLE create_trash;
465465
DROP ROLE create_trash;
466466
VACUUM pg_authid;

0 commit comments

Comments
 (0)