Skip to content

Commit 183cd8c

Browse files
committed
Fix failure with pgperlcritic from the TAP test of synchronous replication
Oversight in 7d81bdc, which introduced a new routine in perl lacking a return clause. Per buildfarm member crake. Backpatch down to 9.6 like its parent. Reported-by: Andrew Dunstan Discussion: https://postgr.es/m/16da29fa-d504-1380-7095-40de586dc038@2ndQuadrant.com Backpatch-through: 9.6
1 parent 3808cf2 commit 183cd8c

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)