pgsql/src/backend/catalog (index.c indexing.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/catalog (index.c indexing.c)
Дата
Msg-id 200006170456.e5H4ueZ29502@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Saturday, June 17, 2000 @ 00:56:39
Author: tgl

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

Modified Files:
    index.c indexing.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...

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/cache (catcache.c relcache.c syscache.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/catalog (index.c)