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-0004pG-UE@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
------
master

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

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.