We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb5b9a commit 6cd0e55Copy full SHA for 6cd0e55
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