GiST: Bad newtup On Exit From gistSplit() ?

Поиск
Список
Период
Сортировка
От Itai Zukerman
Тема GiST: Bad newtup On Exit From gistSplit() ?
Дата
Msg-id 87wujhzzbn.fsf@matt.w80.math-hat.com
обсуждение исходный текст
Ответы Re: GiST: Bad newtup On Exit From gistSplit() ?  (Itai Zukerman <zukerman@math-hat.com>)
Список pgsql-hackers
Just before the return from gistSplit() I see this:
 (gdb) p (*newtup)[0] $147 = {t_tid = {ip_blkid = {bi_hi = 0, bi_lo = 34}, ip_posid = 1}, t_info = 136} (gdb) p
(*newtup)[1]$148 = {t_tid = {ip_blkid = {bi_hi = 65510, bi_lo = 65535}, ip_posid = 65535}, t_info = 24575} (gdb) p nlen
$149= 2
 

(*newtup)[1] doesn't look right, correct?  Everything *seems* OK.  I
need to go back and trace gistFormTuple() and ItemPointerSet(), maybe?

-- 
Itai Zukerman  <http://www.math-hat.com/~zukerman/>


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

Предыдущее
От: Itai Zukerman
Дата:
Сообщение: GiST: spl_rattr in gistSplit()
Следующее
От: Itai Zukerman
Дата:
Сообщение: Re: GiST: Bad newtup On Exit From gistSplit() ?