[PATCHES] pg_autovacuum integration proof of concept patch

2004-06-06 Thread Matthew T. O'Connor
I have been working on integrating pg_autovacuum into the backend. I have used Tom's recent work on the bgwriter as an example. This patch accomplishes the following: * pg_autovacuum is now started and stopped by the postmaster * pg_autovacuum is no longer a stand alone executable * pg_autovacuu

Re: [PATCHES] pg_autovacuum integration proof of concept patch

2004-06-07 Thread Euler Taveira de Oliveira
Hi Matthew, Cool. Last week I just take a look at it and have some ideas. > I have been working on integrating pg_autovacuum into the backend. I > have used Tom's recent work on the bgwriter as an example. This patch > accomplishes the following: > > * pg_autovacuum is now started and stopped

Re: [PATCHES] pg_autovacuum integration proof of concept patch

2004-06-07 Thread Matthew T. O'Connor
Euler Taveira de Oliveira wrote: Hi Matthew, Cool. Last week I just take a look at it and have some ideas. Such as? I am planning on doing much more in the next few days including: * creating pg_autovacuum related guc variables * create a new system table for pg_autovacuum settings * alter pg_class

Re: [PATCHES] pg_autovacuum integration proof of concept patch

2004-06-08 Thread Euler Taveira de Oliveira
Hi Matthew, > What have you done specifically? FYI, I will have the GUC variables > done done today or tomorrow, and I have started on the new system tables > already. > Almost everything. In a couple of days it will be done, then I send it for review. -- Euler Taveira de Oliveira euler (at