Question about syscache

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Question about syscache
Дата
Msg-id Pine.LNX.4.44.0207100013340.1247-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: Question about syscache  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
In syscache.c, the structure cachedesc contains a field reloidattr that is
supposed to contain the number of an attribute that is an OID reference to
another table.  But what if there are two such attributes?

The concrete case is an index on pg_cast (castsource, casttarget), which
both reference pg_type.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: "Eric Redmond"
Дата:
Сообщение: Re: pg_access
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Unintegrated stuff in source tree