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

From Álvaro Herrera
Subject Re: Uncommented GUC in postgresql.conf.sample
Date
Msg-id 202511141529.vxzfmvirqnlf@alvherre.pgsql
Whole thread Raw
In response to Re: Uncommented GUC in postgresql.conf.sample  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 2025-Nov-14, Andrew Dunstan 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]/;

Yeah, I'm pretty confident we don't want one "ok" per correct line in
the sample file :-)

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"I'm always right, but sometimes I'm more right than other times."
                                                  (Linus Torvalds)
https://lore.kernel.org/git/Pine.LNX.4.58.0504150753440.7211@ppc970.osdl.org/



pgsql-hackers by date:

Previous
From: Boris Mironov
Date:
Subject: Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Next
From: Greg Burd
Date:
Subject: Refactor how we form HeapTuples for CatalogTuple(Insert|Update)