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

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

Previous
From: Jeff Davis
Date:
Subject: Synchronized Scan benchmark results
Next
From: Gavin Sherry
Date:
Subject: Re: Many unfinished patches