Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: improve wording of vacuum_max_eager_freeze_failure_rate
authorBruce Momjian <bruce@momjian.us>
Sat, 26 Apr 2025 15:41:23 +0000 (11:41 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 26 Apr 2025 15:41:23 +0000 (11:41 -0400)
doc/src/sgml/config.sgml

index bd48a3ba1397b009aa47171a3c6e83154fef8d97..14661ac2cc6379ceebe1f8668be6849d397cb72f 100644 (file)
@@ -9555,8 +9555,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
        </para>
 
        <para>
-        Note that when eager scanning is enabled, successful page freezes do
-        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
         freezes are capped internally at 20% of the all-visible but not
         all-frozen pages in the relation. Capping successful page freezes helps
         amortize the overhead across multiple normal vacuums and limits the