pgsql: Fix documentation of "must be vacuumed within" warning.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation of "must be vacuumed within" warning.
Date: 2020-06-28 05:09:22
Message-ID: E1jpPZC-0004U3-LE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-28 08:33:53 Re: pgsql: Enable Unix-domain sockets support on Windows
Previous Message Tom Lane 2020-06-27 17:26:35 pgsql: Fix list of SSL error codes for older OpenSSL versions.