Skip to content
Snippets Groups Projects
Commit 183cd8c6 authored by Michael Paquier's avatar Michael Paquier
Browse files

Fix failure with pgperlcritic from the TAP test of synchronous replication

Oversight in 7d81bdc8, 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
parent 3808cf21
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment