From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
Cc: | "pgsql-patches(at)postgresql(dot)org" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: pg_autovacuum README patch |
Date: | 2003-11-09 03:15:23 |
Message-ID: | 200311090315.hA93FNI12000@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Yes, I have reverted the lines outlined below and am attaching the
patch.
---------------------------------------------------------------------------
Gaetano Mendola wrote:
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-11-09 03:47:45 | Re: "make check" improvement for cygwin |
Previous Message | Bruce Momjian | 2003-11-09 03:07:29 | Re: [HACKERS] BEGIN vs START TRANSACTION |