Re: Index Page Split logging - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Index Page Split logging
Date
Msg-id 1199279823.9558.310.camel@ebony.site
Whole thread Raw
In response to Re: Index Page Split logging  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Index Page Split logging  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
On Wed, 2008-01-02 at 13:54 +0100, Martijn van Oosterhout wrote:
> On Wed, Jan 02, 2008 at 04:46:11PM +0530, Gokulakannan Somasundaram wrote:
> > > All indexes are done by user-defined functions, even b-trees. People can
> > > make their own b-tree indexes by defining an operator class. Note that
> > > "user-defined" is this case means anything called via the fmgr
> > > interface.
> > 
> > Again, i think i have one more wrong understanding. My understanding is,
> > We are discussing about user-defined functions because, they might be
> > actually be mutable functions, but the user might have classified as
> > immutable. 
> 
> This is where it gets a bit beyond by depth, so someone may have to
> correct me. The point is that during the recovery the system is not yet
> fully running and not everything works yet. For example, what happens
> if the system crashed halfway through updating a page in pg_proc and
> that page needs to be recovered from WAL. Yet to insert into the index
> you need to be able to read pg_am, pg_amproc, pg_proc at least,
> probably more.

That's right; shame I forgot this before I started the thread...

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Index Page Split logging
Next
From: "Gokulakannan Somasundaram"
Date:
Subject: Re: Index Page Split logging