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 ca158c1 commit 534b9beCopy full SHA for 534b9be
src/test/recovery/t/025_stuck_on_old_timeline.pl
@@ -27,6 +27,7 @@
27
my $archivedir_primary = $node_primary->archive_dir;
28
$node_primary->append_conf('postgresql.conf', qq(
29
archive_command = '$perlbin "$FindBin::RealBin/cp_history_files" "%p" "$archivedir_primary/%f"'
30
+wal_keep_segments=8
31
));
32
$node_primary->start;
33
0 commit comments