Обсуждение: pgsql/src/include/rewrite (rewriteSupport.h)

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

pgsql/src/include/rewrite (rewriteSupport.h)

От
tgl@postgresql.org
Дата:
  Date: Thursday, November 16, 2000 @ 17:30:47
Author: tgl

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

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