pg_autovacuum README patch - Mailing list pgsql-patches

From Gaetano Mendola
Subject pg_autovacuum README patch
Date
Msg-id 3F9483BA.6060700@bigfoot.com
Whole thread Raw
Responses Re: pg_autovacuum README patch  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-patches
--- README.good    2003-10-21 02:40:19.000000000 +0200
+++ README    2003-10-21 02:37:43.000000000 +0200
@@ -1,3 +1,3 @@
-PG_autovacuum README
+pg_autovacuum README
 --------------------

@@ -148,8 +148,8 @@
   vacuum analyze is performed.

-AnalyzeThreshold is equal to:
+deleteThreshold is equal to:
     vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")

-VacuumThreshold is equal to:
+insertThreshold is equal to:
     analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump problems against 7.0
Next
From: Bruce Momjian
Date:
Subject: Re: AIX port current