Re: pg_index updates and SI invalidation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_index updates and SI invalidation
Дата
Msg-id 200704022359.l32NxLx27510@momjian.us
обсуждение исходный текст
Ответ на Re: pg_index updates and SI invalidation  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_index updates and SI invalidation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-hackers
Where are we on this?

---------------------------------------------------------------------------

Tom Lane wrote:
> "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
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
> 
>                http://www.postgresql.org/docs/faq

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Synchronized Scan benchmark results
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: Many unfinished patches