diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-01-14 14:37:01 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-01-14 23:56:45 +0900 |
commit | 8523a0971ba6490919c8e04bc7f7229aa38c789b (patch) | |
tree | de05811ad4a70a430c745694c1ec849d2645ca94 /src/backend/regex/regexec.c | |
parent | 94f52929a0c4e92c271c5a03bae782ddb0b086bd (diff) | |
download | postgresql-8523a0971ba6490919c8e04bc7f7229aa38c789b.tar.gz postgresql-8523a0971ba6490919c8e04bc7f7229aa38c789b.zip |
Stabilize timeline switch regression test.
Commit fef5b47f6b added the regression test to check whether a standby is
able to follow a primary on a newer timeline when WAL archiving is enabled.
But the buildfarm member florican reported that this test failed because
the requested WAL segment was removed and replication failed. This is a
timing issue. Since neither replication slot is used nor wal_keep_size is set
in the test, checkpoint could remove the WAL segment that's still necessary
for replication.
This commit stabilizes the test by setting wal_keep_size.
Back-patch to v13 where the regression test that this commit stabilizes
was added.
Author: Fujii Masao
Discussion: https://postgr.es/m/X//PsenxcC50jDzX@paquier.xyz
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions