pgsql: Fix some comments related to IO workers

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some comments related to IO workers
Date: 2025-05-07 05:56:36
Message-ID: E1uCXlk-000ZZq-0v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some comments related to IO workers

IO workers are treated as auxiliary processes. The comments fixed in
this commit stated that there could be only one auxiliary process of
each BackendType at the same time. This is not true for IO workers, as
up to MAX_IO_WORKERS of them can co-exist at the same time.

Author: Cédric Villemain <Cedric(dot)Villemain(at)data-bene(dot)io>
Co-authored-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/e4a3ac45-abce-4b58-a043-b4a31cd11113@Data-Bene.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4c236ab5c416131baa7109cdc25ccaadd4d7158

Modified Files
--------------
src/backend/storage/ipc/procsignal.c | 3 ++-
src/backend/storage/ipc/sinvaladt.c | 3 ++-
src/include/miscadmin.h | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-05-07 06:24:34 pgsql: doc: Fix up spacing around verbatim DocBook elements
Previous Message Peter Eisentraut 2025-05-07 05:06:31 pgsql: Fix whitespace