On Tue, Jul 21, 2026 at 6:59 PM Laurenz Albe <[email protected]> wrote: > > On Tue, 2026-07-21 at 17:02 +0900, Michael Paquier wrote: > > On Tue, Jul 21, 2026 at 09:58:34AM +0200, Laurenz Albe wrote: > > > I happened to notice that "io worker" was missing in the list of > > > backend types in the pg_stat_activity documentation. > > > > Right.
Isn't it better to add the other missing process names as well, such as slotsync worker, data checksums launcher, data checksums worker, and REPACK decoding worker? Also, the current list says "logical replication worker", but that isn't an actual process name. It refers to four different worker types: logical replication apply worker, logical replication parallel worker, logical replication sequence synchronization worker, and logical replication table synchronization worker. Isn't it better to list those actual process names instead? Regards, -- Fujii Masao
