pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based.
Date: 2021-07-20 00:21:02
Message-ID: E1m5dVO-0004pG-UE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-07-20 02:52:43 pgsql: Fix potential buffer overruns in proto.c.
Previous Message Peter Geoghegan 2021-07-20 00:07:13 pgsql: vacuumdb: Correct comment about --force-index-cleanup.