Обсуждение: pgsql/src/backend/commands (async.c cluster.c comment.c creatinh.c dbcommands.c define.c indexcmds.c proclang.c remove.c rename.c trigger.c user.c vacuum.c analyze.c command.c copy.c)

Поиск
Список
Период
Сортировка
  Date: Thursday, November 16, 2000 @ 17:30:19
Author: tgl

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

Modified Files:
    async.c cluster.c comment.c creatinh.c dbcommands.c define.c
    indexcmds.c proclang.c remove.c rename.c trigger.c user.c
    vacuum.c analyze.c command.c copy.c

-----------------------------  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.