Thread
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
-
[16Beta1][doc] Add BackendType for standalone backends
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com> — 2023-05-29T00:39:08Z
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
-
Re: [16Beta1][doc] Add BackendType for standalone backends
Daniel Gustafsson <daniel@yesql.se> — 2023-05-30T08:01:08Z
> 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