diff options
author | Noah Misch <noah@leadboat.com> | 2019-02-17 00:51:11 -0800 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-02-17 00:52:02 -0800 |
commit | 468b1af66088923bb045d112c3574a8738e4989e (patch) | |
tree | 27957dca9243f34342d4ef4f98d1a58adadd7490 | |
parent | 3a2923a9bfd8e769d5bafeef4284fbf1ba953cbf (diff) | |
download | postgresql-468b1af66088923bb045d112c3574a8738e4989e.tar.gz postgresql-468b1af66088923bb045d112c3574a8738e4989e.zip |
Fix CLogTruncationLock documentation.
Back-patch to v10, which introduced the lock.
-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> |