8000
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 ac8c85d commit 53785d2Copy full SHA for 53785d2
src/test/subscription/t/024_add_drop_pub.pl
@@ -63,7 +63,7 @@
63
# Wait for initial table sync to finish
64
$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub');
65
66
-# Check the initial data of tab_drop_refresh was copied to subscriber
+# Check the initial data of tab_2 was copied to subscriber
67
$result = $node_subscriber->safe_psql('postgres',
68
"SELECT count(*), min(a), max(a) FROM tab_2");
69
is($result, qq(10|1|10), 'check initial data is copied to subscriber');
0 commit comments