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.
parameter is specified, VACUUM prints various
statistics about the table. This includes information about how
relfrozenxid and
- relminmxid advanced. The same details appear
- in the server log when autovacuum logging (controlled by
+ relminmxid advanced, and the number of
+ newly frozen pages. The same details appear in the server log when
+ autovacuum logging (controlled by
linkend="guc-log-autovacuum-min-duration"/>) reports on a
VACUUM operation executed by autovacuum.