Re: [16Beta1][doc] Add BackendType for standalone backends

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi.shinoda@hpe.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, "melanieplageman@gmail.com" <melanieplageman@gmail.com>, "andres@anarazel.de" <andres@anarazel.de>
Date: 2023-05-30T08:01:08Z
Lists: pgsql-hackers
> On 29 May 2023, at 02:39, Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com> wrote:

> In PostgreSQL 16 Beta 1, standalone backend was added to the backend type by this patch [1]. I think this patch will change the value of backend_type column in the pg_stat_activity view, but it's not explained in the documentation. The attached patch fixes monitoring.sgml.

Nice catch, the documentation should indeed be updated with this to reflect the
possible values.  Will fix.

--
Daniel Gustafsson




Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Add missing backend_type to pg_stat_activity

  2. Add BackendType for standalone backends