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

Started by Shinoda, Noriyoshi (PN Japan FSIP)almost 3 years ago2 messageshackers
Jump to latest
#1Shinoda, Noriyoshi (PN Japan FSIP)
noriyoshi.shinoda@hpe.com

Hi, hackers.
In PostgreSQL 16 Beta 1, standalone backend was added to the backend type by this patch [1]Add BackendType for standalone backends https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=0c679464a837079acc75ff1d45eaa83f79e05690. 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
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=0c679464a837079acc75ff1d45eaa83f79e05690

Regards,
Noriyoshi Shinoda

Attachments:

monitoring_sgml_v1.diffapplication/octet-stream; name=monitoring_sgml_v1.diffDownload+1-1
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Shinoda, Noriyoshi (PN Japan FSIP) (#1)
Re: [16Beta1][doc] Add BackendType for standalone backends

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