Re: [PATCH] Warn when io_min_workers exceeds io_max_workers

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Baji Shaik <baji(dot)pgdev(at)gmail(dot)com>
Cc: Tristan Partin <tristan(at)partin(dot)io>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Warn when io_min_workers exceeds io_max_workers
Date: 2026-06-23 04:03:21
Message-ID: ajoFiRhliXKuunUS@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-06-23 04:07:39 Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope
Previous Message Bertrand Drouvot 2026-06-23 03:53:34 Re: The PostgreSQL C Dialect