Re: autovacuum integration attempt #3 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: autovacuum integration attempt #3
Date
Msg-id 200407220233.i6M2XeF29986@candle.pha.pa.us
Whole thread Raw
In response to autovacuum integration attempt #3  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-patches
Patch withdrawn by author.  Will resubmit.

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

Matthew T. O'Connor wrote:
> Ok, here is a new patch for to integrate pg_autovacuum into the backend.
>
> This patch adds the following to that last patch:
> * updated to latest CVS
> * changed GUC vars from autovac_* to autovacuum_*
> * changed autovac_enabled GUC variable to autovacuum
> * changed autovacuum GUC variable default to false
> * improved autovacuum failure when row level stats aren't enabled
>
> As before, this patch requires pg_autovacuum.c and .h get moved
> from contrib to src/backend/postmaster and src/include/postmaster
> respectively. In addition, the attached pg_autovacuum.h file must be put
> in src/include/catelog/ for the new pg_autovacuum system
> table.
>
> Please apply to CVS or tell me what I need to change to get it applied.
>
>
> Matthew
>
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  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: "Matthew T. O'Connor"
Date:
Subject: Re: autovacuum integration attempt #3
Next
From: Bruce Momjian
Date:
Subject: Re: logfile subprocess and Fancy File Functions