pgsql: Remove wal_keep_segments from default configuration in PostgresN

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove wal_keep_segments from default configuration in PostgresN
Date: 2017-11-02 16:45:42
Message-ID: E1eAIcg-0008J0-Pf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)paquier(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2017-11-02 16:47:26 Re: pgsql: Fix freezing of a dead HOT-updated tuple
Previous Message Robert Haas 2017-11-02 16:44:34 Re: [HACKERS] pgsql: Fix freezing of a dead HOT-updated tuple