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

From Baji Shaik
Subject Re: [PATCH] Warn when io_min_workers exceeds io_max_workers
Date
Msg-id CA+fm-RMCKvKu8FR7m9D6Vusf_OnSVBe1T1Q2BVRS6b_X-nxvfQ@mail.gmail.com
Whole thread
In response to Re: [PATCH] Warn when io_min_workers exceeds io_max_workers  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: [PATCH] Warn when io_min_workers exceeds io_max_workers
List pgsql-hackers
On Tue, Jun 23, 2026 at 12:36 AM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote:
Also, "Re-check" in the second call-site comment feels a bit vague to
me, since the previous call is quite far away. Perhaps both call-site
comments could simply describe checking the relevant GUC values, one
at startup and the other after a configuration reload.  Regards,

Thanks for the review.

Attached v3 with both comments updated to
/* Emit a WARNING if io_min_workers > io_max_workers. */
as suggested.

I have kept the autovacuum message change as 0002 since Michael
suggested unifying the format strings. If the consensus is to
leave the existing autovacuum message alone, I'm happy to drop it. 

Thanks,
Baji Shaik.
Attachment

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: More jsonpath methods: translate, split, join
Next
From: Salma El-Sayed
Date:
Subject: Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions