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:51:11 -0800 |
commit | 301de4f7d92ffe5451d34da2edd36284f3887493 (patch) | |
tree | 7b5be790d211e55475cf5f62c37d2f0a81cf74db /doc/src | |
parent | faee6fae6d09fb5d8c809946a113eb70c2968892 (diff) | |
download | postgresql-301de4f7d92ffe5451d34da2edd36284f3887493.tar.gz postgresql-301de4f7d92ffe5451d34da2edd36284f3887493.zip |
Fix CLogTruncationLock documentation.
Back-patch to v10, which introduced the lock.
Diffstat (limited to 'doc/src')
-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 7a84f513404..5c1408bdf5e 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</literal></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</literal></entry> |