[COMMITTERS] pgsql: Remove wal_keep_segments from default configuration inPostgresN - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Remove wal_keep_segments from default configuration inPostgresN
Date
Msg-id E1eAIcg-0008J0-Pf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove wal_keep_segments from default configuration in PostgresNode.pm

This is only used in the pg_rewind tests, so only set it there.  It's
better if other tests run closer to a default configuration.

Author: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5eb8bf2d42676523143c1c76ba584bcdcc584f3e

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm | 5 +++++
src/test/perl/PostgresNode.pm   | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple
Next
From: Peter Geoghegan
Date:
Subject: Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple