Skip to content

Commit c8e177f

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 4e784f3 commit c8e177f

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)