Re-implement deadlock detection and resolution, per design notes posted
Tom Lane <tgl@sss.pgh.pa.us>
Re-implement deadlock detection and resolution, per design notes posted to pghackers on 18-Jan-01.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/deadlock.c | added | +734 −0 |
| src/backend/storage/lmgr/lock.c | modified | +149 −369 |
| src/backend/storage/lmgr/Makefile | modified | +2 −2 |
| src/backend/storage/lmgr/proc.c | modified | +111 −180 |
| src/backend/storage/lmgr/README | modified | +6 −5 |
| src/include/storage/lock.h | modified | +9 −5 |
| src/include/storage/proc.h | modified | +4 −11 |