mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
This commit is contained in:
parent
2315a261de
commit
781568ede6
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ sub start_standby_and_wait
|
|||
|
||||
print("### Waiting for standby \"$standby_name\" on \"$master_name\"\n");
|
||||
$master->poll_query_until('postgres', $query);
|
||||
return;
|
||||
}
|
||||
|
||||
# Initialize master node
|
||||
|
|
|
|||
Loading…
Reference in a new issue