Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a8e72b

Browse files
Doc: update VACUUM VERBOSE freezing tip.
VACUUM VERBOSE/autovacuuming logging have reported on the number ofpages frozen by VACUUM since commitd977ffd added that capability.This information is directly related to relfrozenxid advancement, soupdate an older tip from the documentation about how relfrozenxid isreported on by the same instrumentation code. Now the tip directlymentions newly frozen pages, too.
1 parent4d41799 commit1a8e72b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/maintenance.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,9 @@ SELECT datname, age(datfrozenxid) FROM pg_database;
643643
parameter is specified, <command>VACUUM</command> prints various
644644
statistics about the table. This includes information about how
645645
<structfield>relfrozenxid</structfield> and
646-
<structfield>relminmxid</structfield> advanced. The same details appear
647-
in the server log when autovacuum logging (controlled by <xref
646+
<structfield>relminmxid</structfield> advanced, and the number of
647+
newly frozen pages. The same details appear in the server log when
648+
autovacuum logging (controlled by <xref
648649
linkend="guc-log-autovacuum-min-duration"/>) reports on a
649650
<command>VACUUM</command> operation executed by autovacuum.
650651
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp