Skip to content

Commit

Permalink
Add OldSnapshotTimeMapLock to wait_event table in docs.
Browse files Browse the repository at this point in the history
Ashutosh Sharma with minor fixes by me.
  • Loading branch information
kgrittn committed Aug 3, 2016
1 parent 6eb5b05 commit c93d873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/src/sgml/monitoring.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c93d873

Please sign in to comment.