Convert the lock manager to use the new dynahash.c support for partitioned
Tom Lane <tgl@sss.pgh.pa.us>
Convert the lock manager to use the new dynahash.c support for partitioned hash tables, instead of the previous kluge involving multiple hash tables. This partially undoes my patch of last December.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/deadlock.c | modified | +2 −2 |
| src/backend/storage/lmgr/lock.c | modified | +235 −194 |
| src/backend/storage/lmgr/proc.c | modified | +7 −7 |
| src/backend/storage/lmgr/README | modified | +30 −15 |
| src/backend/utils/adt/lockfuncs.c | modified | +2 −2 |
| src/include/storage/lock.h | modified | +28 −14 |
| src/include/storage/lwlock.h | modified | +3 −2 |