Re: Small patch for GiST: move childoffnum to child

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Small patch for GiST: move childoffnum to child
Дата
Msg-id 4E1DEC50.1060609@enterprisedb.com
обсуждение исходный текст
Ответ на Re: 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 13.07.2011 21:56, Alexander Korotkov wrote:
> Thank you very much for detail explanation. But this line of modified patch
> seems strange for me:
> *newchildoffnum = blkno;
> I believe it should be:
> *newchildoffnum = i;

Yes, you're right. It's scary that it worked during testing anyway. 
Maybe the resulting tree was indeed broken but it didn't affect the 
subsequent inserts so I didn't notice.

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


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Need help understanding pg_locks
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Need help understanding pg_locks