pgsql: Found the problem with my operator-family changes: by fetching

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Found the problem with my operator-family changes: by fetching
Дата
Msg-id 20061231203204.F23D09FA097@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Found the problem with my operator-family changes: by fetching from
pg_opclass during LookupOpclassInfo(), I'd turned pg_opclass_oid_index
into a critical system index.  However the problem could only manifest
during a backend's first attempt to load opclass data, and then only
if it had successfully loaded pg_internal.init and subsequently received
a relcache flush; which made it impossible to reproduce in sequential
tests and darn hard even in parallel tests.  Memo to self: when
exercising cache flush scenarios, must disable LookupOpclassInfo's
internal cache too.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.251 -> r1.252)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c.diff?r1=1.251&r2=1.252)

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

Предыдущее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: clear out initial radio button state automatically
Следующее
От: rbt@pgfoundry.org (User Rbt)
Дата:
Сообщение: autodoc - autodoc: Toshio Kuratomi wrote a patch to allow a password to