pgsql: Comment out autovacuum_worker_slots in postgresql.conf.sample.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Comment out autovacuum_worker_slots in postgresql.conf.sample.
Date: 2025-11-14 19:46:06
Message-ID: E1vJzkE-006cMS-2N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comment out autovacuum_worker_slots in postgresql.conf.sample.

All settings in this file should be commented out. In addition to
fixing that, also fix the indentation for this line.

Oversight in commit c758119e5b.

Reported-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/19727040-3EE4-4719-AF4F-2548544113D7%40yesql.se
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c732139924718eed4c9b88d54051efbdf8152fb1

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-11-14 22:13:42 Re: pgsql: Drop unnamed portal immediately after execution to completion
Previous Message Nathan Bossart 2025-11-14 19:20:44 pgsql: Add note about CreateStatistics()'s selective use of check_right