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

From Nathan Bossart
Subject Re: Uncommented GUC in postgresql.conf.sample
Date
Msg-id aRdDaq9b1_bIZpF5@nathan
Whole thread Raw
In response to Re: Uncommented GUC in postgresql.conf.sample  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Uncommented GUC in postgresql.conf.sample
List pgsql-hackers
On Fri, Nov 14, 2025 at 09:44:42AM -0500, Tom Lane wrote:
> Daniel Gustafsson <daniel@yesql.se> writes:
>> When looking at the nearby suggestion to add deprecation comment for md5 in the
>> .conf.sample, I happened to notice that autovacuum_worker_slots isn't commented
>> out it the sample file.
> 
>> AFAIK all GUCs in the sample file should be set to their defaults and left
>> commented out.
> 
> Yes, that is surely a bug.  It should be fixed and back-patched.

That's my bad.  +1 for fixing and back-patching.

-- 
nathan



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Uncommented GUC in postgresql.conf.sample
Next
From: Tom Lane
Date:
Subject: Re: Compile error on the aarch64 platform: Missing asm/hwcap.h