From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: autovauum integration patch: Attempt #4 |
Date: | 2004-07-24 07:05:08 |
Message-ID: | 200407240705.i6O758v22960@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
[ Oops, I mean "added", not "applied". ]
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
---------------------------------------------------------------------------
Bruce Momjian wrote:
>
> Patch applied. Thanks.
>
> ---------------------------------------------------------------------------
>
>
> Matthew T. O'Connor wrote:
> > On Fri, 2004-07-23 at 23:25, Tom Lane wrote:
> > > "Matthew T. O'Connor" <matthew(at)zeut(dot)net> writes:
> > > > Peter Eisentraut wrote:
> > > >> I'm not sure whether we can allow int8 columns in system tables, for
> > > >> portability reasons.
> > >
> > > > Someone will have to tell me if this is really a problem,
> > >
> > > Depending on int8 to actually work is right out.
> > >
> > > I'd go with float or double depending on your precision needs.
> >
> > Ok, I went with float.
> >
> > Also, I changed pg_autovacuum.[ch] to autovacuum.[ch] as Peter
> > suggested. So now to apply this patch:
> >
> > 1) Move pg_autovacuum.[ch] from contrib to
> > src/backend/postmaster/autovacuum.c and
> > src/include/postmaster/autovacuum.h respectively.
> > 2) Place the attached pg_autovacuum.h in src/include/catelog/
> > 3) Apply the attached diff file
> >
> > Please apply to CVS or tell me what I need to change to get it applied.
> >
> > Thanks again,
> >
> >
> > Matthew
> >
> >
>
> [ Attachment, skipping... ]
>
> [ Attachment, skipping... ]
>
> --
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | LELARGE Guillaume | 2004-07-24 08:40:06 | Re: French translation updates for 7.4 and 7.5 |
Previous Message | Bruce Momjian | 2004-07-24 07:01:34 | Re: autovauum integration patch: Attempt #4 |