pgsql: Add test for postgresql.conf.sample line syntax

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test for postgresql.conf.sample line syntax
Date: 2025-11-14 22:55:37
Message-ID: E1vK2hd-006dVt-0g@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)yesql(dot)se>
Reviewed-by: Andrew Dunstan <andrew(at)dunslane(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-11-15 10:28:03 pgsql: Fix incorrect function name in comments
Previous Message Michael Paquier 2025-11-14 22:13:42 Re: pgsql: Drop unnamed portal immediately after execution to completion