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

Commit183cd8c

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 parent3808cf2 commit183cd8c

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
@@ -41,6 +41,7 @@ sub start_standby_and_wait
4141

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

4647
# Initialize master node

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp