mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Document further existing locks as wait events
Reported-by: Jeremy Schneider Author: Michael Paquier Discussion: https://postgr.es/m/CA+fnDAZaPCwfY8Lp-pfLnUGFAXRu1VfLyRgdup-L-kwcBj8MqQ@mail.gmail.com
This commit is contained in:
@ -845,7 +845,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="60"><literal>LWLock</></entry>
|
<entry morerows="62"><literal>LWLock</></entry>
|
||||||
<entry><literal>ShmemIndexLock</></entry>
|
<entry><literal>ShmemIndexLock</></entry>
|
||||||
<entry>Waiting to find or allocate space in shared memory.</entry>
|
<entry>Waiting to find or allocate space in shared memory.</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -1030,6 +1030,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||||||
<entry><literal>OldSnapshotTimeMapLock</></entry>
|
<entry><literal>OldSnapshotTimeMapLock</></entry>
|
||||||
<entry>Waiting to read or update old snapshot control information.</entry>
|
<entry>Waiting to read or update old snapshot control information.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal>BackendRandomLock</></entry>
|
||||||
|
<entry>Waiting to generate a random number.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal>LogicalRepWorkerLock</></entry>
|
||||||
|
<entry>Waiting for action on logical replication worker to finish.</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>CLogTruncationLock</></entry>
|
<entry><literal>CLogTruncationLock</></entry>
|
||||||
<entry>Waiting to truncate the write-ahead log or waiting for write-ahead log truncation to finish.</entry>
|
<entry>Waiting to truncate the write-ahead log or waiting for write-ahead log truncation to finish.</entry>
|
||||||
|
Reference in New Issue
Block a user