pgsql: Fix documentation of "must be vacuumed within" warning. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix documentation of "must be vacuumed within" warning.
Date
Msg-id E1jpPZC-0004U6-Lg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix documentation of "must be vacuumed within" warning.

Warnings start 10M transactions before xidStopLimit, which is 11M
transactions before wraparound.  The sample WARNING output showed a
value greater than 11M, and its HINT message predated commit
25ec228ef760eb91c094cc3b6dea7257cc22ffb5.  Hence, the sample was
impossible.  Back-patch to 9.5 (all supported versions).

Branch
------
REL_12_STABLE

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

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix list of SSL error codes for older OpenSSL versions.
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor ObjectAddress field assignments for type dependencies