Skip to content

Commit 9c558b9

Browse files
committed
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
1 parent 6573643 commit 9c558b9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,18 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
20712071
<entry>Waiting to access the list of predicate locks held by the current
20722072
serializable transaction during a parallel query.</entry>
20732073
</row>
2074+
<row>
2075+
<entry><literal>PgStatsData</literal></entry>
2076+
<entry>Waiting for shared memory stats data access</entry>
2077+
</row>
2078+
<row>
2079+
<entry><literal>PgStatsDSA</literal></entry>
2080+
<entry>Waiting for stats dynamic shared memory allocator access</entry>
2081+
</row>
2082+
<row>
2083+
<entry><literal>PgStatsHash</literal></entry>
2084+
<entry>Waiting for stats shared memory hash table access</entry>
2085+
</row>
20742086
<row>
20752087
<entry><literal>PredicateLockManager</literal></entry>
20762088
<entry>Waiting to access predicate lock information used by
@@ -2129,18 +2141,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
21292141
<entry>Waiting to access the list of predicate locks held by
21302142
serializable transactions.</entry>
21312143
</row>
2132-
<row>
2133-
<entry><literal>PgStatsDSA</literal></entry>
2134-
<entry>Waiting for stats dynamic shared memory allocator access</entry>
2135-
</row>
2136-
<row>
2137-
<entry><literal>PgStatsHash</literal></entry>
2138-
<entry>Waiting for stats shared memory hash table access</entry>
2139-
</row>
2140-
<row>
2141-
<entry><literal>PgStatsData</literal></entry>
2142-
<entry>Waiting for shared memory stats data access</entry>
2143-
</row>
21442144
<row>
21452145
<entry><literal>SerializableXactHash</literal></entry>
21462146
<entry>Waiting to read or update information about serializable

0 commit comments

Comments
 (0)