Skip to content

Commit c93d873

Browse files
committed
Add OldSnapshotTimeMapLock to wait_event table in docs.
Ashutosh Sharma with minor fixes by me.
1 parent 6eb5b05 commit c93d873

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
787787

788788
<tbody>
789789
<row>
790-
<entry morerows="40"><literal>LWLockNamed</></entry>
790+
<entry morerows="41"><literal>LWLockNamed</></entry>
791791
<entry><literal>ShmemIndexLock</></entry>
792792
<entry>Waiting to find or allocate space in shared memory.</entry>
793793
</row>
@@ -968,6 +968,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
968968
<entry><literal>MultiXactTruncationLock</></entry>
969969
<entry>Waiting to read or truncate multixact information.</entry>
970970
</row>
971+
<row>
972+
<entry><literal>OldSnapshotTimeMapLock</></entry>
973+
<entry>Waiting to read or update old snapshot control information.</entry>
974+
</row>
971975
<row>
972976
<entry morerows="15"><literal>LWLockTranche</></entry>
973977
<entry><literal>clog</></entry>

0 commit comments

Comments
 (0)