]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitbcfdc9df046c159e973149f2a82acc99d07d7b83
tree9b31789e9b1e9239073a3965d00a332828e1e222
parentceb233ed1105a0ac6022fc6a4558c2cfaf0d240b
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