Add "io worker" as backend_type to the pg_stat_activity documentation

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Add "io worker" as backend_type to the pg_stat_activity documentation
Date: 2026-07-21 07:58:34
Message-ID: 5e94c0196084f648ae6a00107125494f5804318a.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I happened to notice that "io worker" was missing in the list of
backend types in the pg_stat_activity documentation.

Here is a patch to fix that.

I wondered vaguely if the list should be sorted alphabetically,
but didn't do it a) to keep the patch easy to read and
b) because the list is not long enough for readers to get lost.

Yours,
Laurenz Albe

Attachment Content-Type Size
v1-0001-Document-io-worker-as-possible-backend_type.patch text/x-patch 1.3 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2026-07-21 08:02:40 Re: Add "io worker" as backend_type to the pg_stat_activity documentation
Previous Message TheOtherBrian1 2026-07-21 03:14:17 [PATCH v2] doc: outline all planner nodes