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 418ec32 commit 7bf91ecCopy full SHA for 7bf91ec
src/test/subscription/t/007_ddl.pl
@@ -57,10 +57,6 @@
57
$node_subscriber->poll_query_until('postgres', $synced_query)
58
or die "Timed out while waiting for subscriber to synchronize data";
59
60
-# Also wait for initial table sync to finish.
61
-$node_subscriber->poll_query_until('postgres', $synced_query)
62
- or die "Timed out while waiting for subscriber to synchronize data";
63
-
64
# Specifying non-existent publication along with add publication.
65
($ret, $stdout, $stderr) = $node_subscriber->psql('postgres',
66
"ALTER SUBSCRIPTION mysub1 ADD PUBLICATION non_existent_pub1, non_existent_pub2"
0 commit comments