Re: Small patch for GiST: move childoffnum to child

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Small patch for GiST: move childoffnum to child
Дата
Msg-id CAPpHfds5p4U_hM16KBcM2XmC1s9cz2XxCTJEKC3XKTmESOr6+w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Small patch for GiST: move childoffnum to child  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Small patch for GiST: move childoffnum to child
Re: Small patch for GiST: move childoffnum to child
Список pgsql-hackers
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;

------
With best regards,
Alexander Korotkov.

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

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