OSDN Git Service

Add support to dynahash.c for partitioning shared hashtables according
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jul 2006 23:04:39 +0000 (23:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jul 2006 23:04:39 +0000 (23:04 +0000)
commit51ee9fa1574e1826dde4012ecb07455d73fb1444
tree7925f3865d2fbb6b0121979da268e1b2472f9641
parentc0e9b3139fe24b9bcfcd660fd106ddf2e2d50703
Add support to dynahash.c for partitioning shared hashtables according
to the low-order bits of the entry hash value.  Also make some incidental
cleanups in the dynahash API, such as not exporting the hash header
structs to the world.
src/backend/storage/ipc/shmem.c
src/backend/storage/lmgr/lock.c
src/backend/utils/hash/dynahash.c
src/include/utils/hsearch.h