Re: GSoC 2011: Fast GiST index build

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: GSoC 2011: Fast GiST index build
Дата
Msg-id 4DC284BF.7080506@sigaev.ru
обсуждение исходный текст
Ответ на Re: GSoC 2011: Fast GiST index build  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: GSoC 2011: Fast GiST index build
Список pgsql-hackers
> gistFindCorrectParent function have branch with following comment:
> /*
> * awful!!, we need search tree to find parent ... , but before we
> * should release all old parent
> */
> Can you provide me an example of case when this branch works?

See several lines above:            if (parent->blkno == InvalidBlockNumber)
                /*                 * end of chain and still didn't found parent, It's very-very                 * rare
situationwhen root splited                 */                break;
 


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mitsuru IWASAKI
Дата:
Сообщение: Re: patch for new feature: Buffer Cache Hibernation
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: patch for new feature: Buffer Cache Hibernation