pgsql: doc: Add missing backend_type to pg_stat_activity

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add missing backend_type to pg_stat_activity
Date: 2023-05-30 08:58:24
Message-ID: E1q3vBQ-002SsO-Tz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add missing backend_type to pg_stat_activity

Commit 0c679464a8 added the missing backendDesc for B_STANDALONE_BACKEND
but missed updating the list of backend types in the documentation. Fix
by adding it to the list.

Author: Noriyoshi Shinoda <noriyoshi(dot)shinoda(at)hpe(dot)com>
Discussion: https://postgr.es/m/DM4PR84MB1734ECEA02BCB59564E8FC03EE4A9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e77c6c55e8dd834667006d2b3ba5f2868c21671f

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-05-30 10:04:35 pgsql: doc: PG 16 relnotes, adjust auto_explain logging item
Previous Message Bruce Momjian 2023-05-29 18:36:52 pgsql: doc: PG 16 relnotes: adjust outer/full hash join parallelization