pgsql: Put back explicit setting of replication values within TAP tests - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Put back explicit setting of replication values within TAP tests
Date
Msg-id E1kO03V-0003Ug-AB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put back explicit setting of replication values within TAP tests.

Commit 151c0c5f7 neglected the possibility that a TEMP_CONFIG file
would explicitly set max_wal_senders=0; as indeed buildfarm member
thorntail does, so that it can test wal_level=minimal in other test
suites.  Hence, rather than assuming that max_wal_senders=10 will
prevail if we say nothing, set it explicitly.

Set max_replication_slots=10 explicitly too, just to be safe.

Back-patch to v10, like the previous patch.

Discussion: https://postgr.es/m/723911.1601417626@sss.pgh.pa.us

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/26f4c14d7bcf53c4674055e53e69d94801ed8f68

Modified Files
--------------
src/test/perl/PostgresNode.pm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix incorrect assertion on number of array dimensions.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add block information in error context of WAL REDO apply loop