Re: allow changing autovacuum_max_workers without restarting

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: allow changing autovacuum_max_workers without restarting
Date: 2024-12-20 19:46:20
Message-ID: Z2XJjI8fO8ksOv4E@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think I've been saying I would commit this since August, but now I am
planning to do so first thing in the new year. In v11 of the patch, I
moved the initial startup WARNING to autovac_init() to avoid repeatedly
logging when the launcher restarts (e.g., for emergency vacuums when the
autovacuum parameter is disabled). Otherwise, I just made a couple of
cosmetic alterations and added a commit message.

--
nathan

Attachment Content-Type Size
v11-0001-Allow-changing-autovacuum_max_workers-without-re.patch text/plain 19.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-12-20 20:58:29 Re: Discussion on a LISTEN-ALL syntax
Previous Message Jeff Davis 2024-12-20 19:24:04 Re: Speed up ICU case conversion by using ucasemap_utf8To*()