pgsql: Adjust new test case to set wal_keep_segments.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust new test case to set wal_keep_segments.
Date: 2021-06-10 13:54:17
Message-ID: E1lrL8T-0004e5-Vh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1c2c6a9a299c4b26c46b48a178a431c0ba21cebd

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-10 14:23:42 pgsql: Add some const decorations
Previous Message David Rowley 2021-06-10 08:14:06 pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c