pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based.
Date
Msg-id E1m5dVO-0004pH-V6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e1cdf61726e8d70971cf29d98c7ab5806875ac0e

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: vacuumdb: Correct comment about --force-index-cleanup.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix potential buffer overruns in proto.c.