From 10e8176950b14ab7710a1ea65cad3179b52edbe3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 26 Apr 2025 11:41:23 -0400 Subject: [PATCH] doc: improve wording of vacuum_max_eager_freeze_failure_rate --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bd48a3ba139..14661ac2cc6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -9555,8 +9555,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - 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 -- 2.30.2