]> granicus.if.org Git - postgresql/commit
New relcache hash table with RelFileNode as key to be used
authorVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 23 Oct 2000 04:10:24 +0000 (04:10 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 23 Oct 2000 04:10:24 +0000 (04:10 +0000)
commit4b65a2840b124b881ce4f260f9cc35927863b2ae
tree0b4f2cb3b57ca6246d450984401d72a9eabebc62
parentc82c9559a771f58dc42ce93f227cccd368eb46e6
New relcache hash table with RelFileNode as key to be used
from bufmgr - it would be nice to have separate hash in smgr
for node <--> fd mappings, but for the moment it's easy to
add new hash to relcache.
Fixed small bug in xlog.c:ReadRecord.
src/backend/access/transam/xact.c
src/backend/access/transam/xlog.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c
src/backend/utils/cache/relcache.c
src/include/storage/buf_internals.h
src/include/utils/relcache.h