mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add OldSnapshotTimeMapLock to wait_event table in docs.
Ashutosh Sharma with minor fixes by me.
This commit is contained in:
parent
6eb5b05d22
commit
c93d8737be
@ -787,7 +787,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry morerows="40"><literal>LWLockNamed</></entry>
|
||||
<entry morerows="41"><literal>LWLockNamed</></entry>
|
||||
<entry><literal>ShmemIndexLock</></entry>
|
||||
<entry>Waiting to find or allocate space in shared memory.</entry>
|
||||
</row>
|
||||
@ -968,6 +968,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
<entry><literal>MultiXactTruncationLock</></entry>
|
||||
<entry>Waiting to read or truncate multixact information.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>OldSnapshotTimeMapLock</></entry>
|
||||
<entry>Waiting to read or update old snapshot control information.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry morerows="15"><literal>LWLockTranche</></entry>
|
||||
<entry><literal>clog</></entry>
|
||||
|
Loading…
Reference in New Issue
Block a user