pgsql: Honor TEMP_CONFIG in TAP suites.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Honor TEMP_CONFIG in TAP suites.
Date: 2019-05-11 07:30:04
Message-ID: E1hPMSK-0000rp-UW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Honor TEMP_CONFIG in TAP suites.

The buildfarm client uses TEMP_CONFIG to implement its extra_config
setting. Except for stats_temp_directory, extra_config now applies to
TAP suites; extra_config values seen in the past month are compatible
with this. Back-patch to 9.6, where PostgresNode was introduced, so the
buildfarm can rely on it sooner.

Reviewed by Andrew Dunstan and Tom Lane.

Discussion: https://postgr.es/m/20181229021950.GA3302966@rfd.leadboat.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8dab099bb49c9f8784842c246f04c0e0a0f7c8f9

Modified Files
--------------
src/bin/pg_ctl/t/001_start_stop.pl | 2 ++
src/test/perl/PostgresNode.pm | 13 ++++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-05-11 14:29:35 pgsql: docs: adjust PG 12 floating point item
Previous Message Michael Paquier 2019-05-11 04:02:37 pgsql: Fix error reporting in reindexdb