Re: minor fix related to Auxiliary processes and IO workers - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: minor fix related to Auxiliary processes and IO workers
Date
Msg-id aBqg0Vt2tzjstPCp@paquier.xyz
Whole thread Raw
In response to minor fix related to Auxiliary processes and IO workers  (Cédric Villemain <Cedric.Villemain@Data-Bene.io>)
Responses Re: minor fix related to Auxiliary processes and IO workers
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: regdatabase
Next
From: Michael Paquier
Date:
Subject: Re: Remove unnecessary "lmgr.h" in stat_utils.c