Re: Encapsulate io_uring process count calculation
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Japin Li <japinli@hotmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-05T00:52:40Z
Lists: pgsql-hackers
On Wed, Jun 04, 2025 at 11:12:07AM +0800, Japin Li wrote: > On Tue, 03 Jun 2025 at 13:27, Michael Paquier <michael@paquier.xyz> wrote: >> Sounds like a copy-pasto error to me, so good idea to reuse this >> routine. pgaio_uring_procs() is only used for shmem sizing and in a >> check at backend initialization currently. Hearing nothing, applied that, then. -- Michael
Commits
-
Fix copy-pasto with process count calculation in method_io_uring.c
- b87163e5f384 18.0 landed