pgsql: Doc: update VACUUM VERBOSE freezing tip. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: update VACUUM VERBOSE freezing tip.
Date
Msg-id E1pKoKv-005TM0-7I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update VACUUM VERBOSE freezing tip.

VACUUM VERBOSE/autovacuuming logging have reported on the number of
pages frozen by VACUUM since commit d977ffd9 added that capability.
This information is directly related to relfrozenxid advancement, so
update an older tip from the documentation about how relfrozenxid is
reported on by the same instrumentation code.  Now the tip directly
mentions newly frozen pages, too.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a8e72bff781e869e5b5dc76fa18e3ae08181656

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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add eager and lazy freezing strategies to VACUUM.
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert "Rename contrib module basic_archive to basic_wal_module"