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 3006fd8 commit 5e578acCopy full SHA for 5e578ac
src/test/recovery/t/002_archiving.pl
@@ -70,7 +70,7 @@
70
# creating a RECOVERYHISTORY.
71
my $primary_archive = $node_primary->archive_dir;
72
$caughtup_query =
73
- "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)";
74
$node_primary->poll_query_until('postgres', $caughtup_query)
75
or die "Timed out while waiting for archiving of 00000002.history";
76
0 commit comments