Обсуждение: pgsql: Doc: update VACUUM VERBOSE freezing tip.

Поиск
Список
Период
Сортировка

pgsql: Doc: update VACUUM VERBOSE freezing tip.

От
Peter Geoghegan
Дата:
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(-)