Re: [PATCH] Warn when io_min_workers exceeds io_max_workers

Baji Shaik <baji.pgdev@gmail.com>

From: Baji Shaik <baji.pgdev@gmail.com>
To: Tristan Partin <tristan@partin.io>
Cc: PostgreSQL-development <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-23T01:27:13Z
Lists: pgsql-hackers
On Mon, Jun 22, 2026 at 5:30 PM Tristan Partin <tristan@partin.io> wrote:

> The code looks good. I wonder if we should add a test. I could not find
> a similar test for autovacuum for what it's worth.
>

Thanks for the review, Tristan.

I checked and confirmed there's no existing test covering the
check_av_worker_gucs() in autovacuum either.  I'm happy to add a TAP
test if you think it's needed. Let me know and I will include it in v2.

Thanks,
Baji Shaik.

Commits

  1. Use placeholders and not GUC names in error message (autovacuum)