Re: minor fix related to Auxiliary processes and IO workers

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Cédric Villemain <Cedric(dot)Villemain(at)data-bene(dot)io>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: minor fix related to Auxiliary processes and IO workers
Date: 2025-05-06 23:52:49
Message-ID: aBqg0Vt2tzjstPCp@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 06, 2025 at 06:25:24PM +0200, Cédric Villemain wrote:
> @@ -353,7 +353,7 @@ typedef enum BackendType
> * Auxiliary processes. These have PGPROC entries, but they are not
> * attached to any particular database, and cannot run transactions or
> * even take heavyweight locks. There can be only one of each of these
> - * running at a time.
> + * running at a time, except for IO worker.

Right. Perhaps this should say "IO workers", no?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-05-07 00:10:17 Re: Remove unnecessary "lmgr.h" in stat_utils.c
Previous Message Michael Paquier 2025-05-06 23:45:15 Re: regdatabase