pgsql: Add description about GSSOpenServer wait event into document. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add description about GSSOpenServer wait event into document.
Date
Msg-id E1j3aiW-00089O-OP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add description about GSSOpenServer wait event into document.

This commit also updates wait event enum into alphabetical order.
Previously the enum entry for GSSOpenServer was added out-of-order.

Back-patch to v12 where commit b0b39f72b9 introduced
GSSOpenServer wait event. In v12, the commit doesn't include
the update of wait event enum, not to break ABI.

Author: Fujii Masao
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/949931aa-4ed4-d867-a7b5-de9c02b2292b@oss.nttdata.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/monitoring.sgml    | 6 +++++-
src/backend/postmaster/pgstat.c | 6 +++---
src/include/pgstat.h            | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Add description about GSSOpenServer wait event into document.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fill in extraUpdatedCols in logical replication