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

Commitc8e177f

Browse files
committed
Fix failure with pgperlcritic from the TAP test of synchronous replication
Oversight in7d81bdc, which introduced a new routine in perl lacking areturn clause. Per buildfarm member crake.Backpatch down to 9.6 like its parent.Reported-by: Andrew DunstanDiscussion:https://postgr.es/m/16da29fa-d504-1380-7095-40de586dc038@2ndQuadrant.comBackpatch-through: 9.6
1 parent4e784f3 commitc8e177f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/test/recovery/t/007_sync_rep.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ sub start_standby_and_wait
4242

4343
print("### Waiting for standby\"$standby_name\" on\"$master_name\"\n");
4444
$master->poll_query_until('postgres',$query);
45+
return;
4546
}
4647

4748
# Initialize master node

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp