Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3465328

Browse files
committed
Adjust new test case to set wal_keep_size.
Per buildfarm member conchuela and Kyotaro Horiguchi, it's possiblefor the WAL segment that the cascading standby needs to be removedtoo quickly. Hopefully this will prevent that.Kyotaro HoriguchiDiscussion:http://postgr.es/m/20210610.101240.1270925505780628275.horikyota.ntt@gmail.com
1 parent0826564 commit3465328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/test/recovery/t/025_stuck_on_old_timeline.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
my$archivedir_primary =$node_primary->archive_dir;
2828
$node_primary->append_conf('postgresql.conf',qq(
2929
archive_command = '$perlbin "$FindBin::RealBin/cp_history_files" "%p" "$archivedir_primary/%f"'
30+
wal_keep_size=128MB
3031
));
3132
$node_primary->start;
3233

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp