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 e2ed7e3 commit e3ec9dcCopy full SHA for e3ec9dc
contrib/pg_visibility/t/001_concurrent_transaction.pl
@@ -47,6 +47,7 @@
47
ok($result eq "", "pg_check_visible() detects no errors");
48
49
# Run pg_check_visible() on standby
50
+$node->wait_for_catchup($standby);
51
$result = $standby->safe_psql("postgres",
52
"SELECT * FROM pg_check_visible('vacuum_test');");
53
0 commit comments