]> granicus.if.org Git - postgresql/commitdiff
Add OldSnapshotTimeMapLock to wait_event table in docs.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 3 Aug 2016 14:58:50 +0000 (09:58 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 3 Aug 2016 14:58:50 +0000 (09:58 -0500)
Ashutosh Sharma with minor fixes by me.

doc/src/sgml/monitoring.sgml

index 5eb77f813fc2d9adc2776891f31d508b7571cc34..077642878e000b283097f9d10d4d3140ad3821e4 100644 (file)
@@ -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>