| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add description about GSSOpenServer wait event into document. |
| Date: | 2020-02-17 07:21:09 |
| Message-ID: | E1j3aiL-00088n-8u@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0b54741815694cc97041c81e344aa9b3162e529e
Modified Files
--------------
doc/src/sgml/monitoring.sgml | 6 +++++-
src/backend/postmaster/pgstat.c | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2020-02-17 07:21:20 | pgsql: Add description about GSSOpenServer wait event into document. |
| Previous Message | Fujii Masao | 2020-02-17 07:06:22 | pgsql: Add description about LogicalRewriteTruncate wait event into doc |