Re: GSoC 2011: Fast GiST index build - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: GSoC 2011: Fast GiST index build
Date
Msg-id BANLkTi=r4b0mHDFc+yRPyHemcsQEEOuegg@mail.gmail.com
Whole thread Raw
In response to Re: GSoC 2011: Fast GiST index build  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: GSoC 2011: Fast GiST index build  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
2011/5/5 Teodor Sigaev <teodor@sigaev.ru>
See several lines above:
           if (parent->blkno == InvalidBlockNumber)

               /*
                * end of chain and still didn't found parent, It's very-very
                * rare situation when root splited
                */
               break;
 
As I understood it's because we can't move root to another page.

----
With best regards,
Alexander Korotkov.

pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: patch for new feature: Buffer Cache Hibernation
Next
From: Merlin Moncure
Date:
Subject: Re: VARIANT / ANYTYPE datatype