]> granicus.if.org Git - postgresql/commit
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:22:58 +0000 (00:22 -0700)
commit239dcf8f15b70102ed18d1d8a020e4a7bbc2a6f9
treef90a927a4eda62c9fff8e285be17e2abf9fecfa0
parente16ab408f3db5ced50d84748b7a9f367ece93d3f
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