pgsql: Doc: update VACUUM VERBOSE freezing tip.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update VACUUM VERBOSE freezing tip.
Date: 2023-01-25 22:33:45
Message-ID: E1pKoKv-005TM0-7I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-01-25 22:37:04 Re: pgsql: Rename contrib module basic_archive to basic_wal_module
Previous Message Peter Geoghegan 2023-01-25 22:15:59 pgsql: Add eager and lazy freezing strategies to VACUUM.