summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMichael Paquier2019-07-24 22:55:23 +0000
committerMichael Paquier2019-07-24 22:55:23 +0000
commitc8e177f0bba6bcd9db7180580d58968974d8f6a9 (patch)
tree7074f909554f2ea2fda0bcbeb7a8de7923f19fd7 /src/test
parent4e784f35145bc6e01d54282afe10d9bb5200ebfe (diff)
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/[email protected] Backpatch-through: 9.6
Diffstat (limited to 'src/test')
-rw-r--r--src/test/recovery/t/007_sync_rep.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/recovery/t/007_sync_rep.pl b/src/test/recovery/t/007_sync_rep.pl
index a84022112b1..eccde8f551f 100644
--- a/src/test/recovery/t/007_sync_rep.pl
+++ b/src/test/recovery/t/007_sync_rep.pl
@@ -42,6 +42,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