Re: [PATCH] Warn when io_min_workers exceeds io_max_workers - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Warn when io_min_workers exceeds io_max_workers
Date
Msg-id ajsFFUyzXFtcAkg9@paquier.xyz
Whole thread
In response to Re: [PATCH] Warn when io_min_workers exceeds io_max_workers  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On Tue, Jun 23, 2026 at 02:36:32PM +0900, Kyotaro Horiguchi wrote:
> As Michael suggested, using placeholders for the GUC names could make
> similar messages easier to share in the future, which may also help
> reduce the number of translation strings. I wouldn't consider it
> necessary to adjust the existing
> autovacuum_max_workers/autovacuum_worker_slots message as part of this
> patch, though.

Yes.  A lot of messages of v19 should already be translated, I guess?
I don't think that this is something we have to do in v19, so let's
just align everything once v20 opens up (minus tweaks to the wording
of the strings).
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Next
From: Ben Mejia
Date:
Subject: Re: hashjoins vs. Bloom filters (yet again)