From: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net> |
---|---|
To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | autovacuum integration attempt #3 |
Date: | 2004-07-18 02:09:15 |
Message-ID: | 1090116555.4788.20.camel@zedora2 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
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 | Content-Type | Size |
---|---|---|
pg_autovacuum.h | text/x-chdr | 3.8 KB |
diff | text/plain | 27.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-07-18 05:04:43 | Re: [HACKERS] Point in Time Recovery |
Previous Message | Andrew Dunstan | 2004-07-18 00:03:24 | Re: Re : Win32 binaries test / pg_dump problem |