Re: Uncommented GUC in postgresql.conf.sample

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Uncommented GUC in postgresql.conf.sample
Date: 2025-11-14 14:44:42
Message-ID: 3133480.1763131482@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2025-11-14 14:51:03 Re: Uncommented GUC in postgresql.conf.sample
Previous Message Tom Lane 2025-11-14 14:40:46 Re: BUG #19095: Test if function exit() is used fail when linked static