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 d2d4c35 commit ef8fcbfCopy full SHA for ef8fcbf
src/test/subscription/t/008_diff_schema.pl
@@ -104,6 +104,9 @@
104
$node_subscriber->safe_psql('postgres',
105
"ALTER SUBSCRIPTION tap_sub REFRESH PUBLICATION");
106
107
+$node_subscriber->poll_query_until('postgres', $synced_query)
108
+ or die "Timed out while waiting for subscriber to synchronize data";
109
+
110
# Add replica identity column. (The serial is not necessary, but it's
111
# a convenient way to get a default on the new column so that rows
112
# from the publisher that don't have the column yet can be inserted.)
0 commit comments