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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils/cache (relcache.c)
Дата
Msg-id 200006192340.e5JNepV69878@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Monday, June 19, 2000 @ 19:40:49
Author: tgl

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

Modified Files:
    relcache.c

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

Modify index-opening code to guarantee that the indexes of a relation
are opened in a consistent order by different backends (I ordered them
by index OID because that's easy, but any other consistent order would
do as well).  This avoids potential deadlock for index types that we
acquire exclusive locks on ... ie, rtree.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/executor (execUtils.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/parser (parse_relation.c)