diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-11-25 12:13:43 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-11-25 12:13:43 +0100 |
commit | 9c558b94f0cab351658acdbe7bb0ce7e20007965 (patch) | |
tree | 5be856c82d2eb7e007228293dcf5da4a9951a373 | |
parent | 6573643501e982b85f893f45a0cdc237cdb3c653 (diff) |
doc: Re-order Table 28.12 "Wait Events of type LWLock"
The overall order is alphabetic, but there were a few additions that
didn't observe this.
Author: Peter Smith <peter.b.smith@fujitsu.com>
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg@mail.gmail.com
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b0823a90500..1b89eff8149 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2072,6 +2072,18 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser serializable transaction during a parallel query.</entry> </row> <row> + <entry><literal>PgStatsData</literal></entry> + <entry>Waiting for shared memory stats data access</entry> + </row> + <row> + <entry><literal>PgStatsDSA</literal></entry> + <entry>Waiting for stats dynamic shared memory allocator access</entry> + </row> + <row> + <entry><literal>PgStatsHash</literal></entry> + <entry>Waiting for stats shared memory hash table access</entry> + </row> + <row> <entry><literal>PredicateLockManager</literal></entry> <entry>Waiting to access predicate lock information used by serializable transactions.</entry> @@ -2130,18 +2142,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser serializable transactions.</entry> </row> <row> - <entry><literal>PgStatsDSA</literal></entry> - <entry>Waiting for stats dynamic shared memory allocator access</entry> - </row> - <row> - <entry><literal>PgStatsHash</literal></entry> - <entry>Waiting for stats shared memory hash table access</entry> - </row> - <row> - <entry><literal>PgStatsData</literal></entry> - <entry>Waiting for shared memory stats data access</entry> - </row> - <row> <entry><literal>SerializableXactHash</literal></entry> <entry>Waiting to read or update information about serializable transactions.</entry> |