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 ajoFiRhliXKuunUS@paquier.xyz
Whole thread
In response to Re: [PATCH] Warn when io_min_workers exceeds io_max_workers  (Baji Shaik <baji.pgdev@gmail.com>)
Responses Re: [PATCH] Warn when io_min_workers exceeds io_max_workers
List pgsql-hackers
On Mon, Jun 22, 2026 at 09:47:06PM -0500, Baji Shaik wrote:
> Attached v2 with two patches:
>
> 0001 - Adds check_io_worker_gucs() with parameterized GUC names (%s)
> 0002 - Adjusts check_av_worker_gucs() to use the same format
>
> Both now produce the same translatable errmsg pattern:
>  "\"%s\" (%d) should be less than or equal to \"%s\" (%d)"

That looks sensible here.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: The PostgreSQL C Dialect
Next
From: Bertrand Drouvot
Date:
Subject: Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope