Re-implement deadlock detection and resolution, per design notes posted
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Jan 2001 03:31:16 +0000 (03:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Jan 2001 03:31:16 +0000 (03:31 +0000)
commita05eae029aa7648c8a5f4a5edb3709a2e867098e
tree96ec6bf4eb95fed3a051221dedb62ef5f1dc451e
parent40203e4f3e65566fc268a26ad9d16f96328490eb
Re-implement deadlock detection and resolution, per design notes posted
to pghackers on 18-Jan-01.
src/backend/storage/lmgr/Makefile
src/backend/storage/lmgr/README
src/backend/storage/lmgr/deadlock.c [new file with mode: 0644]
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/proc.c
src/include/storage/lock.h
src/include/storage/proc.h