Обсуждение: pgsql/src/backend/utils/cache (catcache.c relcache.c syscache.c)

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

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

От
Tom Lane
Дата:
  Date: Saturday, June 17, 2000 @ 00:56:34
Author: tgl

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

Modified Files:
    catcache.c relcache.c syscache.c

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

Clean out another pocket of functions called via nonspecific function
pointers, namely the catcache tuple fetch routines.  Also get rid of
the unused and possibly confusing 'size' field in struct cachedesc.
Since it doesn't allow for variable-length fields, anyone who
actually trusted it would likely be making a mistake...