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: 2025-01-06 15:52:48
Message-ID: Z3v8UFk0sOgFgWeZ@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 20, 2024 at 01:46:20PM -0600, Nathan Bossart wrote:
> 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.

This one needed a rebase after commit 2bdf1b2.

--
nathan

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey M. Borodin 2025-01-06 15:57:40 Re: Sample rate added to pg_stat_statements
Previous Message Andrey M. Borodin 2025-01-06 15:50:37 Re: Sort functions with specialized comparators