pgsql/src/include/catalog (indexing.h)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include/catalog (indexing.h)
Дата
Msg-id 200011100033.eAA0XC874656@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, November  9, 2000 @ 19:33:11
Author: tgl

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

Modified Files:
    indexing.h

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

Clean up syscache so that recursive invocation is safe, and remove error
message about recursive use of a syscache.  Also remove most of the
specialized indexscan routines in indexing.c --- it turns out that
catcache.c is perfectly able to perform the indexscan for itself,
in fact has already looked up all the information needed to do so!
This should be faster as well as needing far less boilerplate code.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/catalog (indexing.c)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/backend/access/transam (xact.c)