]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix some comments related to IO workers
authorMichael Paquier <michael@paquier.xyz>
Wed, 7 May 2025 05:55:57 +0000 (14:55 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 7 May 2025 05:55:57 +0000 (14:55 +0900)
commitc4c236ab5c416131baa7109cdc25ccaadd4d7158
tree23c7b7e12743f71036753733d999ffdfb01ef5fb
parent09a47c68e2fce446849ce0262eff1bfbf921fa18
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.Villemain@data-bene.io>
Co-authored-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/e4a3ac45-abce-4b58-a043-b4a31cd11113@Data-Bene.io
src/backend/storage/ipc/procsignal.c
src/backend/storage/ipc/sinvaladt.c
src/include/miscadmin.h