Re: pg_index updates and SI invalidation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_index updates and SI invalidation
Дата
Msg-id 13809.1175051576@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_index updates and SI invalidation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: pg_index updates and SI invalidation  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> On 3/28/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It seems a bit brute-force.  Why didn't you use SearchSysCache(INDEXRELID)
>> the same as RelationInitIndexAccessInfo does?

> I tried that initially, but it gets into infinite recursion during initdb.

[squint...]  How can that fail during a reload if it worked the first
time?  Needs a closer look at what's happening.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Warning on contrib/tsearch2
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: O_DIRECT support for Windows