pgsql: Adjust new test case to set wal_keep_segments. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Adjust new test case to set wal_keep_segments.
Date
Msg-id E1lrL8T-0004e8-WB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust new test case to set wal_keep_segments.

Per buildfarm member conchuela and Kyotaro Horiguchi, it's possible
for the WAL segment that the cascading standby needs to be removed
too quickly. Hopefully this will prevent that.

Kyotaro Horiguchi

Discussion: http://postgr.es/m/20210610.101240.1270925505780628275.horikyota.ntt@gmail.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6cd0e55f9ffb3be400e44812fa6163a217e09bf3

Modified Files
--------------
src/test/recovery/t/025_stuck_on_old_timeline.pl | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add some const decorations