diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/recovery/t/007_sync_rep.pl | 1 |
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 |