postgresql/src/backend/storage
Robert Haas b25b6c9701 Once again allow LWLocks to be used within DSM segments.
Prior to commit 7882c3b0b9, it was
possible to use LWLocks within DSM segments, but that commit broke
this use case by switching from a doubly linked list to a circular
linked list.  Switch back, using a new bit of general infrastructure
for maintaining lists of PGPROCs.

Thomas Munro, reviewed by me.
2016-08-15 18:09:55 -04:00
..
buffer Improve WritebackContextInit() comment and prototype argument names. 2016-07-01 14:29:03 -07:00
file Widen amount-to-flush arguments of FileWriteback and callers. 2016-04-13 18:12:06 -04:00
freespace pgindent run for 9.6 2016-06-09 18:02:36 -04:00
ipc Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 2016-08-01 15:13:53 -04:00
large_object Update copyright for 2016 2016-01-02 13:33:40 -05:00
lmgr Once again allow LWLocks to be used within DSM segments. 2016-08-15 18:09:55 -04:00
page Fix PageAddItem BRIN bug 2016-05-30 14:47:22 -04:00
smgr Fix various common mispellings. 2016-06-03 16:08:45 +01:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00