alvherre(at)postgresql(dot)org (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?
regards, tom lane