Re: Small patch for GiST: move childoffnum to child

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Small patch for GiST: move childoffnum to child
Дата
Msg-id 4DE393DF.9050108@enterprisedb.com
обсуждение исходный текст
Ответ на Small patch for GiST: move childoffnum to child  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Small patch for GiST: move childoffnum to child
Список pgsql-hackers
On 24.05.2011 15:22, Alexander Korotkov wrote:
> During preparing patch of my GSoC project I found reasonable to
> move childoffnum (GISTInsertStack structure) from parent to child. This
> means that now child have childoffnum of parent's link to child. It allows
> to maintain entire parts of tree in that GISTInsertStack structures. Also it
> simplifies existing code a bit.
> Heikki advice me that since this change simplifies existing code it can be
> considered as a separate patch.

Looks good to me.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Getting a bug tracker for the Postgres project
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Nested CASE-WHEN scoping