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 7369798 commit a2e0d5eCopy full SHA for a2e0d5e
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