Re: [pgsql-patches] Autovacuum launcher patch

2007-01-29 Thread Markus Schiltknecht
Alvaro Herrera wrote: Hmm, I remember eyeballing that code. Would you mind sending me an URL to that file, or something? Or maybe send me the files themselves? Sure, here's a patch against current CVS. Please remove all the functions referencing to "buffer" and "buffer.h" to compile. Remem

Re: [pgsql-patches] Autovacuum launcher patch

2007-01-29 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > The launcher is a dummy process; it never connects to any database. > > ... Eventually this will need to > > be changed so that the launcher tells the worker exactly what table to > > work on. > > I detect a certain lack of clarity

Re: [pgsql-patches] Autovacuum launcher patch

2007-01-26 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > The launcher is a dummy process; it never connects to any database. > ... Eventually this will need to > be changed so that the launcher tells the worker exactly what table to > work on. I detect a certain lack of clarity of thinking here. Either the