We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11441ad commit bc9d706Copy full SHA for bc9d706
src/test/recovery/t/002_archiving.pl
@@ -96,7 +96,7 @@
96
# creating a RECOVERYHISTORY.
97
my $primary_archive = $node_primary->archive_dir;
98
$caughtup_query =
99
- "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)";
100
$node_primary->poll_query_until('postgres', $caughtup_query)
101
or die "Timed out while waiting for archiving of 00000002.history";
102
0 commit comments