diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-04-26 11:41:23 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-04-26 11:41:23 -0400 |
commit | 10e8176950b14ab7710a1ea65cad3179b52edbe3 (patch) | |
tree | 395d1d86d0f33980282d4871c96c3e268783a94c /doc/src | |
parent | 039bfc457e436dc5c6b1d6ef996048ae19ff480d (diff) | |
download | postgresql-10e8176950b14ab7710a1ea65cad3179b52edbe3.tar.gz postgresql-10e8176950b14ab7710a1ea65cad3179b52edbe3.zip |
doc: improve wording of vacuum_max_eager_freeze_failure_rate
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files 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; </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 |