From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net> |
Cc: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: autovacuum integration attempt #3 |
Date: | 2004-07-22 02:33:40 |
Message-ID: | 200407220233.i6M2XeF29986@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(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 | Tom Lane | 2004-07-22 02:39:15 | Re: [HACKERS] Point in Time Recovery |
Previous Message | Matthew T. O'Connor | 2004-07-22 02:11:58 | Re: autovacuum integration attempt #3 |