| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Noah Misch <noah(at)leadboat(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Augment every test postgresql.conf |
| Date: | 2018-12-30 03:46:31 |
| Message-ID: | 16623.1546141591@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Noah Misch <noah(at)leadboat(dot)com> writes:
> Looking more closely, we already have the TEMP_CONFIG variable and apply it to
> everything except TAP suites. Closing that gap, as attached, is enough. The
> buildfarm client uses TEMP_CONFIG to implement its extra_config setting, so
> this will cause extra_config to start applying to TAP suites.
Seems reasonable, but it might be a good idea to warn the buildfarm-owners
list before committing. (Although I guess it wouldn't be hard to check
the buildfarm database to see if anyone is putting anything interesting
into their critters' TEMP_CONFIG.)
Also, if we're to do this, it seems like applying it to back branches
would be helpful --- but will it work in all the back branches?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chapman Flack | 2018-12-30 03:58:06 | Re: Re: tracking owner of extension-managed objects |
| Previous Message | Kohei KaiGai | 2018-12-30 03:31:22 | Re: add_partial_path() may remove dominated path but still in use |