Tom Lane wrote: > [EMAIL PROTECTED] (Alvaro Herrera) writes: > > Modify interactions between sinval.c and sinvaladt.c. The code that > > actually > > deals with the queue, including locking etc, is all in sinvaladt.c. This > > means > > that the struct definition of the queue, and the queue pointer, are now > > internal "implementation details" inside sinvaladt.c. > > This looks good, but I wonder why you didn't move struct ProcState > into sinvaladt.c as well?
I didn't notice that, thanks. Done. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
