summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-11-09 03:17:37 +0000
committerBruce Momjian2003-11-09 03:17:37 +0000
commitc30eac44b4acc6b35f39a92868ec507e313c6ddd (patch)
tree94e9daf779dd2f01f744502cf5458eaf5cf65012
parent205342687e0bb7de555809f6644f91f9493c10dc (diff)
Fix typo on autovacuum readme.
-rw-r--r--contrib/pg_autovacuum/README.pg_autovacuum4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_autovacuum/README.pg_autovacuum b/contrib/pg_autovacuum/README.pg_autovacuum
index e14dd5153e2..6a98f6882a9 100644
--- a/contrib/pg_autovacuum/README.pg_autovacuum
+++ b/contrib/pg_autovacuum/README.pg_autovacuum
@@ -147,10 +147,10 @@ delete):
- If the number of (deletes + updates) > VacuumThreshold, then a
vacuum analyze is performed.
-deleteThreshold is equal to:
+VacuumThreshold is equal to:
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
-insertThreshold is equal to:
+AnalyzeThreshold is equal to:
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
The AnalyzeThreshold defaults to half of the VacuumThreshold since it