diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-07-19 17:20:24 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-07-19 17:20:24 -0700 |
commit | e1cdf61726e8d70971cf29d98c7ab5806875ac0e (patch) | |
tree | 4a8b512a1984b3a2bf7fa71a58fdfd6102c250d9 | |
parent | 9a3d41a26fbb00c67b1ac00306b21ab83f171e08 (diff) | |
download | postgresql-e1cdf61726e8d70971cf29d98c7ab5806875ac0e.tar.gz postgresql-e1cdf61726e8d70971cf29d98c7ab5806875ac0e.zip |
Doc: vacuum_multixact_failsafe_age is multixact-based.
Oversight in commit 1e55e7d1, which added a wraparound failsafe
mechanism to VACUUM.
Backpatch: 14-, where VACUUM failsafe was introduced.
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5a837ad1237..9fa3e2d388d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8799,7 +8799,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </term> <listitem> <para> - Specifies the maximum age (in transactions) that a table's + Specifies the maximum age (in multixacts) that a table's <structname>pg_class</structname>.<structfield>relminmxid</structfield> field can attain before <command>VACUUM</command> takes extraordinary measures to avoid system-wide multixact ID |