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 9d3a2b3 commit 5ee78e3Copy full SHA for 5ee78e3
src/test/recovery/t/002_archiving.pl
@@ -67,7 +67,7 @@
67
# creating a RECOVERYHISTORY.
68
my $primary_archive = $node_master->archive_dir;
69
$caughtup_query =
70
- "SELECT size IS NOT NULL FROM pg_stat_file('$primary_archive/00000002.history')";
+ "SELECT size IS NOT NULL FROM pg_stat_file('$primary_archive/00000002.history', true)";
71
$node_master->poll_query_until('postgres', $caughtup_query)
72
or die "Timed out while waiting for archiving of 00000002.history";
73
0 commit comments