pgsql: Add test for postgresql.conf.sample line syntax - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add test for postgresql.conf.sample line syntax
Date
Msg-id E1vK2hd-006dVt-0g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add test for postgresql.conf.sample line syntax

All GUCs in postgresql.conf.sample should be set to the default
value and be commented out.  This syntax was however not tested
for, making omissions easy to miss.  Add a test which check all
lines for syntax.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/19727040-3EE4-4719-AF4F-2548544113D7@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/446568c22207795da02e26b6b2956a61bd17e912

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


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Comment out autovacuum_worker_slots in postgresql.conf.sample.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix incorrect function name in comments