Skip to content

Commit dd49899

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 28766c0 commit dd49899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8803,7 +8803,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
88038803
</term>
88048804
<listitem>
88058805
<para>
8806-
Specifies the maximum age (in transactions) that a table's
8806+
Specifies the maximum age (in multixacts) that a table's
88078807
<structname>pg_class</structname>.<structfield>relminmxid</structfield>
88088808
field can attain before <command>VACUUM</command> takes
88098809
extraordinary measures to avoid system-wide multixact ID

0 commit comments

Comments
 (0)