mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user