Re: pg_autovacuum README patch

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: "pgsql-patches(at)postgresql(dot)org" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_autovacuum README patch
Date: 2003-10-27 01:13:51
Message-ID: 3F9C714F.8050004@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Gaetano Mendola wrote:

>
> ------------------------------------------------------------------------
>
> --- 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")

Was I wrong ?

Regards
Gaeatano Mendola

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-27 02:52:04 Re: more improvements to release notes
Previous Message Gaetano Mendola 2003-10-27 00:22:04 BEGIN vs START TRANSACTION