index 498ce412d9aa56d603b73c23c3a275436b59c4cc..1fdbc62eeda7aa524b7b825751c2116b0d384303 100644 (file)
@@ -47,6 +47,7 @@ my $result = $node->safe_psql("postgres",
ok($result eq "", "pg_check_visible() detects no errors");
# Run pg_check_visible() on standby
+$node->wait_for_catchup($standby);
$result = $standby->safe_psql("postgres",
"SELECT * FROM pg_check_visible('vacuum_test');");