Re: Uncommented GUC in postgresql.conf.sample - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Uncommented GUC in postgresql.conf.sample
Date
Msg-id 083ED7FA-9E99-45CD-9EB2-E4FF04FC0FC1@yesql.se
Whole thread Raw
In response to Re: Uncommented GUC in postgresql.conf.sample  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
> On 14 Nov 2025, at 16:20, Andrew Dunstan <andrew@dunslane.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




pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Issue with logical replication slot during switchover
Next
From: Tomas Vondra
Date:
Subject: Re: Performance issues with parallelism and LIMIT