Small patch for GiST: move childoffnum to child

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Small patch for GiST: move childoffnum to child
Дата
Msg-id BANLkTinUJy_kB2vRDki=XmNXGcewoHQ9qQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Small patch for GiST: move childoffnum to child
Список pgsql-hackers
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.

------
With best regards,
Alexander Korotkov.
Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: sepgsql: fix relkind handling on foreign tables
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 9.1 support for hashing arrays