pgsql: Doc: Add relfrozenxid Tip to XID wraparound section. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Add relfrozenxid Tip to XID wraparound section.
Date
Msg-id E1nakTE-0002AV-SO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Add relfrozenxid Tip to XID wraparound section.

VACUUM VERBOSE and autovacuum log reports were taught to report the
details of how VACUUM advanced relfrozenxid (and relminmxid) by commit
872770fd.  Highlight this by adding a "Tip" to the documentation, next
to related discussion of age(relfrozenxid) monitoring.

Author: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/CAH2-Wzk0C1O-MKkOrj4YAfsGRru2=cA2VQpqM-9R1HNuG3nFaQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05023a237c059c840380817abf079a9282a227b7

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 13 +++++++++++++
1 file changed, 13 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Specialize tuplesort routines for different kinds of abbreviated
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Set relfrozenxid to oldest extant XID seen by VACUUM.