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

From Daniel Gustafsson
Subject Uncommented GUC in postgresql.conf.sample
Date
Msg-id 19727040-3EE4-4719-AF4F-2548544113D7@yesql.se
Whole thread Raw
Responses Re: Uncommented GUC in postgresql.conf.sample
Re: Uncommented GUC in postgresql.conf.sample
List pgsql-hackers
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.  The attached does that for autovacuum_worker_slots and adds a
trivial test to test_misc to catch it (and modifies the existing test which
would've caught it). Or is there a case for leaving uncommented?

--
Daniel Gustafsson


Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: backend/nodes cleanup: Move loop variables definitions into for statement
Next
From: "David G. Johnston"
Date:
Subject: Re: Document NULL