Skip to content

Commit e1cdf61

Browse files
Doc: vacuum_multixact_failsafe_age is multixact-based.
Oversight in commit 1e55e7d, which added a wraparound failsafe mechanism to VACUUM. Backpatch: 14-, where VACUUM failsafe was introduced.
1 parent 9a3d41a commit e1cdf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8799,7 +8799,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
87998799
</term>
88008800
<listitem>
88018801
<para>
8802-
Specifies the maximum age (in transactions) that a table's
8802+
Specifies the maximum age (in multixacts) that a table's
88038803
<structname>pg_class</structname>.<structfield>relminmxid</structfield>
88048804
field can attain before <command>VACUUM</command> takes
88058805
extraordinary measures to avoid system-wide multixact ID

0 commit comments

Comments
 (0)