GiST: Bad newtup On Exit From gistSplit() ? - Mailing list pgsql-hackers

From Itai Zukerman
Subject GiST: Bad newtup On Exit From gistSplit() ?
Date
Msg-id 87wujhzzbn.fsf@matt.w80.math-hat.com
Whole thread Raw
Responses Re: GiST: Bad newtup On Exit From gistSplit() ?
List 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 by date:

Previous
From: Itai Zukerman
Date:
Subject: GiST: spl_rattr in gistSplit()
Next
From: Itai Zukerman
Date:
Subject: Re: GiST: Bad newtup On Exit From gistSplit() ?