Re: pg_autovacuum integration attempt #2 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: pg_autovacuum integration attempt #2
Date
Msg-id 200407120116.i6C1GvZ08548@candle.pha.pa.us
Whole thread Raw
In response to pg_autovacuum integration attempt #2  ("Matthew T. O'Connor" <matthew@zeut.net>)
Responses Re: pg_autovacuum integration attempt #2  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
I have added this patch plus your later comments to the patch queue.

Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Matthew T. O'Connor wrote:
> I have make the changes suggested after I posted my last patch, I have
> also make several additional improvements.  it needs to be tested more,
> but since the deadline is coming up so soon, I wanted to post an update
> just to keep everyone abreast of what I'm doing. Please review and let
> me know what I need to change to get it applied to CVS.
>
> As before, this patch requires that pg_autovacuum.c and .h are moved
> from contrib to src/backend/postmaster and src/include/postmaster
> respectively. I have also attached the pg_autovacuum.h file that needs
> to be put in src/include/catelog/ for the new pg_autovacuum system
> table.
>
> I assume I will have to write the docs for this, but right now I'm
> focusing on the code, I get get the docs written after the feature
> freeze.
>
> Matthew O'Connor
>
>
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
  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: value.h has no VALUE_H
Next
From: Bruce Momjian
Date:
Subject: Re: Docs additions: tablespace examples