pgsql/src/include/lib (dllist.h) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/include/lib (dllist.h)
Date
Msg-id 200011162230.eAGMUi321396@hub.org
Whole thread Raw
List pgsql-committers
  Date: Thursday, November 16, 2000 @ 17:30:44
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/lib
     from hub.org:/home/projects/pgsql/tmp/cvs-serv21017/src/include/lib

Modified Files:
    dllist.h

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

Change SearchSysCache coding conventions so that a reference count is
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/utils/init (miscinit.c postinit.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/parser (parse_oper.h parse_type.h)