Re: Augment every test postgresql.conf
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Noah Misch <noah@leadboat.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-07T11:56:02Z
Lists: pgsql-hackers
On Sun, Apr 7, 2019 at 2:41 AM Noah Misch <noah@leadboat.com> wrote: > > On Sun, Dec 30, 2018 at 10:32:31AM -0500, Andrew Dunstan wrote: > > On 12/30/18 12:53 AM, Noah Misch wrote: > > > 2. stats_temp_directory is incompatible with TAP suites that start more than > > > one node simultaneously. > > > The obvious quick fix would be to have PostgresNode.pm set this to the > > default after inserting the TEMP_CONFIG file. > > I'd like to get $SUBJECT in place for variables other than > stats_temp_directory, using your quick fix idea. Attached. When its time > comes, your stats_temp_directory work can delete that section. Looks good. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
- 08e3fd96f70a 9.4.23 landed
- 9dc65bcf9dec 9.5.18 landed
- ff7555c4f13a 9.6.14 landed
- 4ec14e5aa1f7 11.4 landed
- 409f5303ced6 10.9 landed
- d02768ddd179 12.0 landed
-
Honor TEMP_CONFIG in TAP suites.
- 8dab099bb49c 9.6.14 landed
- 7a6a541234fd 10.9 landed
- 239dcf8f15b7 11.4 landed
- 54c2ecb56707 12.0 landed
-
Respect TEMP_CONFIG when pg_regress_check and friends are called
- 87cc6b57a911 9.6.0 cited