Обсуждение: pgsql/src/backend/storage/buffer (buf_init.c bufmgr.c localbuf.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/storage/buffer (buf_init.c bufmgr.c localbuf.c)

От
"Vadim B. Mikheev - CVS"
Дата:
  Date: Monday, October 23, 2000 @ 00:10:07
Author: vadim

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/buffer
     from hub.org:/home/projects/pgsql/tmp/cvs-serv4672/backend/storage/buffer

Modified Files:
    buf_init.c bufmgr.c localbuf.c

-----------------------------  Log Message  -----------------------------

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.