From aa4e309cb47999c9b1bd300f2688b6fb8d67aac3 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 23 Nov 2022 16:30:38 +1100 Subject: [PATCH v6] Re-order Table 28.12 "Wait Events of type LWLock" --- doc/src/sgml/monitoring.sgml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index c472a31..b80297f 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. + PgStatsData + Waiting for shared memory stats data access + + + PgStatsDSA + Waiting for stats dynamic shared memory allocator access + + + PgStatsHash + Waiting for stats shared memory hash table access + + PredicateLockManager Waiting to access predicate lock information used by serializable transactions. @@ -2130,18 +2142,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser serializable transactions. - PgStatsDSA - Waiting for stats dynamic shared memory allocator access - - - PgStatsHash - Waiting for stats shared memory hash table access - - - PgStatsData - Waiting for shared memory stats data access - - SerializableXactHash Waiting to read or update information about serializable transactions. -- 1.8.3.1