Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f2343 commit 4f5b956Copy full SHA for 4f5b956
src/test/subscription/t/004_sync.pl
@@ -156,7 +156,7 @@
156
"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
157
);
158
159
-$result = $node_subscriber->poll_query_until('postgres', $started_query)
+$node_subscriber->poll_query_until('postgres', $started_query)
160
or die "Timed out while waiting for subscriber to start sync";
161
162
# DROP SUBSCRIPTION must clean up slots on the publisher side when the
0 commit comments