Honor TEMP_CONFIG in TAP suites.

Noah Misch <noah@leadboat.com>

Commit: 7a6a541234fdd929bc4a0f39538a4f05b69bc839
Author: Noah Misch <noah@leadboat.com>
Date: 2019-05-11T07:23:02Z
Releases: 10.9
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

Files

PathChange+/−
src/bin/pg_ctl/t/001_start_stop.pl modified +2 −0
src/test/perl/PostgresNode.pm modified +12 −1

Discussion