[16Beta1][doc] Add BackendType for standalone backends
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>
From: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi.shinoda@hpe.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Cc: "melanieplageman@gmail.com" <melanieplageman@gmail.com>,
"andres@anarazel.de" <andres@anarazel.de>
Date: 2023-05-29T00:39:08Z
Lists: pgsql-hackers
Attachments
- monitoring_sgml_v1.diff (application/octet-stream) patch v1
Hi, hackers. 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. [1] Add BackendType for standalone backends https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=0c679464a837079acc75ff1d45eaa83f79e05690 Regards, Noriyoshi Shinoda
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Add missing backend_type to pg_stat_activity
- e77c6c55e8dd 16.0 landed
-
Add BackendType for standalone backends
- 0c679464a837 16.0 cited