We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039bfc4 commit 10e8176Copy full SHA for 10e8176
doc/src/sgml/config.sgml
@@ -9555,8 +9555,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
9555
</para>
9556
9557
<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
+ Note that when eager scanning is enabled, only freeze failures
+ count against the cap, not successful freezing. Successful page
9560
freezes are capped internally at 20% of the all-visible but not
9561
all-frozen pages in the relation. Capping successful page freezes helps
9562
amortize the overhead across multiple normal vacuums and limits the
0 commit comments