diff options
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 45da4a2bb78..bd5db8a6c24 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1040,7 +1040,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </row> <row> <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 execute <function>txid_status</function> or update + the oldest transaction id available to it.</entry> </row> <row> <entry><literal>clog</></entry> |