Honor TEMP_CONFIG in TAP suites.
authorNoah Misch <noah@leadboat.com>
Sat, 11 May 2019 07:22:38 +0000 (00:22 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 11 May 2019 07:23:02 +0000 (00:23 -0700)
commit7a6a541234fdd929bc4a0f39538a4f05b69bc839
tree3f67aca3edee1e7e53959b0c950e12fe07d27e03
parentc6354e94304ca64815683042c5c6aa524f27c9f3
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
src/bin/pg_ctl/t/001_start_stop.pl
src/test/perl/PostgresNode.pm