diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-07-19 17:20:25 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-07-19 17:20:25 -0700 |
commit | dd498998a374b3d2a7f5211504f1f1aa15348cf1 (patch) | |
tree | 93129056c2b70194c8a95eae32d04f264237953e | |
parent | 28766c054f8cc6a7bbcf99497954e7a259d3edb2 (diff) | |
download | postgresql-dd498998a374b3d2a7f5211504f1f1aa15348cf1.tar.gz postgresql-dd498998a374b3d2a7f5211504f1f1aa15348cf1.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 b69ac974e35..610372b78a7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8803,7 +8803,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 |