Doc: update VACUUM VERBOSE freezing tip.

Peter Geoghegan <pg@bowt.ie>

Commit: 1a8e72bff781e869e5b5dc76fa18e3ae08181656
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2023-01-25T22:31:41Z
Releases: 16.0
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.

Files

PathChange+/−
doc/src/sgml/maintenance.sgml modified +3 −2

Documentation touched