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 5d950c7 commit 2208d71Copy full SHA for 2208d71
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