From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Christoph Berg <myon(at)debian(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Add TAP test to automate the equivalent of check_guc |
Date: | 2022-02-16 02:23:17 |
Message-ID: | YgxgFV50ZI2IBYcZ@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Mon, Feb 14, 2022 at 02:11:37PM +0900, Michael Paquier wrote:
> A run through the CI shows that this is working, and it also works
> with Debian's patch for the config data. I still tend to prefer the
> readability of a TAP test over the main regression test suite for this
> facility.
Hearing nothing, I have looked once again at this stuff and tested it
with what Debian was doing. And that looks to work fine for
everything we care about, so applied with the use of a relative path
to find postgresql.conf.sample in the source tree.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Etsuro Fujita | 2022-02-16 06:24:15 | pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab |
Previous Message | Michael Paquier | 2022-02-16 01:26:47 | pgsql: Add TAP test to automate the equivalent of check_guc, take two |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-02-16 02:24:13 | Re: adding 'zstd' as a compression algorithm |
Previous Message | John Naylor | 2022-02-16 02:20:11 | Re: Mark all GUC variable as PGDLLIMPORT |