Re: pg_index updates and SI invalidation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_index updates and SI invalidation
Date
Msg-id 13809.1175051576@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_index updates and SI invalidation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: pg_index updates and SI invalidation  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Warning on contrib/tsearch2
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: O_DIRECT support for Windows