Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07690aa

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'tprint anything on stderr. A stray "diag" call violated that, andfor that matter messed up the normal TAP progress display.
1 parent2e57ffe commit07690aa

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)

[8]ページ先頭

©2009-2025 Movatter.jp