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 e308723 commit fb43e99Copy full SHA for fb43e99
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