| From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
|---|---|
| To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | 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 10:22:23 |
| Message-ID: | 659d0c76d86b5f0e4c37071ac7a7e2fd3efd9fdb.camel@cybertec.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Wed, 2026-07-22 at 18:34 +0900, Fujii Masao wrote:
> 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"?
True. I went with "enabled".
> + <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"?
I must have picked the wrong collation :^/
v4 is attached.
Yours,
Laurenz Albe
| Attachment | Content-Type | Size |
|---|---|---|
| v4-0001-Properly-document-pg_stat_activity.backend_type.patch | text/x-patch | 7.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2026-07-22 11:51:37 | Re: Improve CREATE/ALTER PUBLICATION syntax for EXCEPT |
| Previous Message | Fujii Masao | 2026-07-22 09:34:36 | Re: Add "io worker" as backend_type to the pg_stat_activity documentation |