Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6479ee2

Browse files
committed
Fix typo on autovacuum readme.
1 parent 14e7a65 commit 6479ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_autovacuum/README.pg_autovacuum

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ delete):
147147
- If the number of (deletes + updates) > VacuumThreshold, then a
148148
vacuum analyze is performed.
149149

150-
deleteThreshold is equal to:
150+
VacuumThreshold is equal to:
151151
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
152152

153-
insertThreshold is equal to:
153+
AnalyzeThreshold is equal to:
154154
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
155155

156156
The AnalyzeThreshold defaults to half of the VacuumThreshold since it

0 commit comments

Comments
 (0)