Re: GSoC 2011: Fast GiST index build

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GSoC 2011: Fast GiST index build
Date: 2011-05-05 12:15:20
Message-ID: BANLkTi=r4b0mHDFc+yRPyHemcsQEEOuegg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/5/5 Teodor Sigaev <teodor(at)sigaev(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message damien clochard 2011-05-05 12:29:45 Re: Unlogged vs. In-Memory
Previous Message Cédric Villemain 2011-05-05 11:35:52 Re: patch for new feature: Buffer Cache Hibernation