projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7369798
)
Remove redundant result assignment in 004_sync.pl.
author
Amit Kapila
<akapila@postgresql.org>
Thu, 14 Sep 2023 03:09:03 +0000
(08:39 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Thu, 14 Sep 2023 03:09:03 +0000
(08:39 +0530)
Author: Peter Smith
Discussion: http://postgr.es/m/CAHut+PuTNdxnpn24s6jfPDe+fKJoe3M-CoNv-DFsZmJN-ed0Xw@mail.gmail.com
src/test/subscription/t/004_sync.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/subscription/t/004_sync.pl
b/src/test/subscription/t/004_sync.pl
index aa7714c533b0cc2c6486e62d5973dae788f5bef8..bf4d59efbad021b66a3756f6d386ff0da2577d0e 100644
(file)
--- a/
src/test/subscription/t/004_sync.pl
+++ b/
src/test/subscription/t/004_sync.pl
@@
-156,7
+156,7
@@
$node_subscriber->safe_psql('postgres',
"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
);
-$
result = $
node_subscriber->poll_query_until('postgres', $started_query)
+$node_subscriber->poll_query_until('postgres', $started_query)
or die "Timed out while waiting for subscriber to start sync";
# DROP SUBSCRIPTION must clean up slots on the publisher side when the