v5-0003-Re-order-Table-28.12-Wait-Events-of-type-LWLock.patch
application/octet-stream
Filename: v5-0003-Re-order-Table-28.12-Wait-Events-of-type-LWLock.patch
Type: application/octet-stream
Part: 3
Patch
Format: format-patch
Series: patch v5-0003
Subject: Re-order Table 28.12 "Wait Events of type LWLock"
| File | + | − |
|---|---|---|
| doc/src/sgml/monitoring.sgml | 12 | 12 |
From 19935452bea39bd0508c9a243c296623debf38e5 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 16 Nov 2022 11:13:18 +1100
Subject: [PATCH v5] 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.</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>
--
1.8.3.1