Repair some pretty serious problems in dynahash.c and
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Feb 1999 06:16:57 +0000 (06:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Feb 1999 06:16:57 +0000 (06:16 +0000)
commit7c436053c11b2c7bdf1cacecfd8200a31472f3c3
treeb9f140899b14980cf0c38b49120de590201fe57c
parent59757ce70aef39545e84d9e4bcb42f86ab20be4c
Repair some pretty serious problems in dynahash.c and
shared memory space allocation.  It's a wonder we have not seen bug
reports traceable to this area ... it's quite clear that the routine
dir_realloc() has never worked correctly, for example.
src/backend/storage/buffer/buf_init.c
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/shmem.c
src/backend/storage/lmgr/lock.c
src/backend/storage/smgr/mm.c
src/backend/utils/hash/dynahash.c
src/include/utils/hsearch.h