pgsql/src/backend/utils/cache (relcache.c)

From: "Vadim B(dot) Mikheev - CVS" <vadim(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache (relcache.c)
Date: 2000-10-23 04:10:14
Message-ID: 200010230410.e9N4AEb10741@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 23, 2000 @ 00:10:09
Author: vadim

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

Modified Files:
relcache.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.

Browse pgsql-committers by date

  From Date Subject
Next Message Vadim B. Mikheev - CVS 2000-10-23 04:10:18 pgsql/src/include/storage (buf_internals.h)
Previous Message Vadim B. Mikheev - CVS 2000-10-23 04:10:08 pgsql/src/backend/storage/buffer (buf_init.c bufmgr.c localbuf.c)