From: Bruce Momjian Date: Sun, 9 Nov 2003 03:15:46 +0000 (+0000) Subject: Fix typo on autovacuum readme. X-Git-Tag: REL8_0_0BETA1~1733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6479ee28c05e30c0b77b185360b9d21005f9d6bc;p=postgresql Fix typo on autovacuum readme. --- diff --git a/contrib/pg_autovacuum/README.pg_autovacuum b/contrib/pg_autovacuum/README.pg_autovacuum index e14dd5153e..6a98f6882a 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