Re: autovauum integration patch: Attempt #4 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: autovauum integration patch: Attempt #4
Date
Msg-id 200407240223.i6O2N4K15681@candle.pha.pa.us
Whole thread Raw
In response to Re: autovauum integration patch: Attempt #4  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
> Matthew T. O'Connor wrote:
> > As before, to apply this patch:
> > 1) Move pg_autovacuum.c and .h get from contrib to
> > src/backend/postmaster and src/include/postmaster respectively.
>
> Trivial comment: maybe we can drop the pg_ prefix on the file names.
>
> > 2) Place the attached pg_autovacuum.h in src/include/catelog/
>
> I'm not sure whether we can allow int8 columns in system tables, for
> portability reasons.

I notice pg_class uses real for the tuple count.  Is that better?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: autovauum integration patch: Attempt #4
Next
From: Tom Lane
Date:
Subject: Re: autovauum integration patch: Attempt #4