Re: Add "io worker" as backend_type to the pg_stat_activity documentation

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Add "io worker" as backend_type to the pg_stat_activity documentation
Date: 2026-07-22 09:34:36
Message-ID: CAHGQGwExp4bJa36TRmvTXBL5QwKWcKPtLSDtxnhJgt7-dCOO1A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Jul 22, 2026 at 7:18 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> On Tue, Jul 21, 2026 at 09:04:15PM +0200, Laurenz Albe wrote:
> > You are right. Here is patch v3 with a completed list; I hope I didn't
> > forget anything.
>
> I am counting 23 entries. I don't see anything forgotten on top of my
> mind,

+1

Also a couple of minor comments:

+ <literal>archiver</literal>: The WAL archiver, active when
+ <xref linkend="guc-archive-mode"/> is <literal>on</literal>.

The archiver is also active when archive_mode = always. So isn't it better
to say "active when archive_mode is enabled" (as in the Glossary), or
"when archive_mode is on or always"?

+ <literal>logical replication launcher</literal>: The background
+ process that launches logical replication worker processes for
+ subscriptions.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>logical replication apply worker</literal>: A background
+ process that applies data modifications on a logical subscriber.

If these entries are meant to be in alphabetical order, shouldn't
"logical replication apply worker" come before "logical replication launcher"?

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2026-07-22 10:22:23 Re: Add "io worker" as backend_type to the pg_stat_activity documentation
Previous Message Michael Paquier 2026-07-22 08:21:05 Re: Add "io worker" as backend_type to the pg_stat_activity documentation