Skip to content

Commit a2e0d5e

Browse files
author
Amit Kapila
committed
Remove redundant result assignment in 004_sync.pl.
Author: Peter Smith Discussion: http://postgr.es/m/CAHut+PuTNdxnpn24s6jfPDe+fKJoe3M-CoNv-DFsZmJN-ed0Xw@mail.gmail.com
1 parent 7369798 commit a2e0d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/subscription/t/004_sync.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
157157
);
158158

159-
$result = $node_subscriber->poll_query_until('postgres', $started_query)
159+
$node_subscriber->poll_query_until('postgres', $started_query)
160160
or die "Timed out while waiting for subscriber to start sync";
161161

162162
# DROP SUBSCRIPTION must clean up slots on the publisher side when the

0 commit comments

Comments
 (0)