Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
039bfc4
)
doc: improve wording of vacuum_max_eager_freeze_failure_rate
author
Bruce Momjian
<bruce@momjian.us>
Sat, 26 Apr 2025 15:41:23 +0000
(11:41 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 26 Apr 2025 15:41:23 +0000
(11:41 -0400)
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index bd48a3ba1397b009aa47171a3c6e83154fef8d97..14661ac2cc6379ceebe1f8668be6849d397cb72f 100644
(file)
--- 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>
</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
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