projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16e514
)
Fix failure with pgperlcritic from the TAP test of synchronous replication
author
Michael Paquier
<
[email protected]
>
Wed, 24 Jul 2019 22:55:28 +0000
(07:55 +0900)
committer
Michael Paquier
<
[email protected]
>
Wed, 24 Jul 2019 22:55:28 +0000
(07:55 +0900)
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
src/test/recovery/t/007_sync_rep.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/007_sync_rep.pl
b/src/test/recovery/t/007_sync_rep.pl
index a84022112b1c532fe4ac04016b6708ca2a731fdf..eccde8f551f059f66839ff1072c8d6cad044f1d9 100644
(file)
--- 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