Skip to content

Commit 10e8176

Browse files
committed
doc: improve wording of vacuum_max_eager_freeze_failure_rate
1 parent 039bfc4 commit 10e8176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9555,8 +9555,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
95559555
</para>
95569556

95579557
<para>
9558-
Note that when eager scanning is enabled, successful page freezes do
9559-
not count against the cap on eager freeze failures. Successful page
9558+
Note that when eager scanning is enabled, only freeze failures
9559+
count against the cap, not successful freezing. Successful page
95609560
freezes are capped internally at 20% of the all-visible but not
95619561
all-frozen pages in the relation. Capping successful page freezes helps
95629562
amortize the overhead across multiple normal vacuums and limits the

0 commit comments

Comments
 (0)