]> granicus.if.org Git - postgresql/commit
Convert the lock manager to use the new dynahash.c support for partitioned
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jul 2006 23:08:46 +0000 (23:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jul 2006 23:08:46 +0000 (23:08 +0000)
commita794fb06814cd9bf6199032bc31d19677d1720c6
tree4110f45297066a453a6dc37651cfacad0b4e9174
parentb25dc481c8cf2d5ec894b6267ca97939997c698e
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.
src/backend/storage/lmgr/README
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/proc.c
src/backend/utils/adt/lockfuncs.c
src/include/storage/lock.h
src/include/storage/lwlock.h