Re: Uncommented GUC in postgresql.conf.sample

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Uncommented GUC in postgresql.conf.sample
Date: 2025-11-14 22:57:53
Message-ID: 083ED7FA-9E99-45CD-9EB2-E4FF04FC0FC1@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 14 Nov 2025, at 16:20, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

> OTOH, if you want to skip a lot of ok's in the regress_log file, you can do something like:
>
> fail("$line missing initial # in postgresql.conf.sample") if $line =~ /^\s*[^#\s]/;

Went ahead with a change along this line to keep the test log noise down.
Thanks for review!

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-11-14 23:00:06 Re: Performance issues with parallelism and LIMIT
Previous Message Masahiko Sawada 2025-11-14 22:31:29 Re: Issue with logical replication slot during switchover