Modify interactions between sinval.c and sinvaladt.c. The code that actually
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 16 Mar 2008 19:47:34 +0000 (19:47 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 16 Mar 2008 19:47:34 +0000 (19:47 +0000)
commit77ad0ba6ad782c10e8010395711b8fcd3f7f9a61
tree1551ed2edc519efe15c2b8ba29eb67a790cf33c7
parent45b0931aea4931ea9c55fc9e5153f09393ba9248
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.

Per my proposal dated 25-Jun-2007 and followup discussion.
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/utils/init/postinit.c
src/include/storage/sinval.h
src/include/storage/sinvaladt.h