pgsql: Use installed postgresql.conf.sample for GUC sanity TAP test - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use installed postgresql.conf.sample for GUC sanity TAP test
Date
Msg-id E1ouEMk-0001Wd-MY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use installed postgresql.conf.sample for GUC sanity TAP test

The current code looks for the sample file in the source directory, but
it seems better to test against the installed sample file.

Backpatch to release 15 where the test was introduced.

Discussion: https://postgr.es/m/73eea68e-3b6f-5f63-6024-25ed26b52016@dunslane.net

Reviewed by Tom Lane, Alvaro Herrera, Michael Paquier.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9c7eb9d85a5687d4f9624c40ee3a508d8c7de35a

Modified Files
--------------
src/test/modules/test_misc/t/003_check_guc.pl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Make PostgreSQL::Test::Cluster::config_data more flexible
Next
From: Tom Lane
Date:
Subject: pgsql: Make Bitmapsets be valid Nodes.