Partial group locking implementation.
authorRobert Haas <rhaas@postgresql.org>
Sat, 3 Oct 2015 17:34:35 +0000 (13:34 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 28 Oct 2015 13:43:45 +0000 (14:43 +0100)
commit6f34baae4b28b7106c7bf97fca861e6021546460
treeb3a9996e17aa91677fa867df836e40bc0240ccdb
parentd45565162494c75eae91481eda17dc0c8ecab5db
Partial group locking implementation.

This doesn't touch deadlock.c but it's enough to get the regression
tests working with stuff pushed under Gather nodes.
src/backend/access/transam/parallel.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/proc.c
src/include/storage/lock.h
src/include/storage/proc.h