]> granicus.if.org Git - postgresql/commit
Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 22 Oct 2008 12:56:25 +0000 (12:56 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 22 Oct 2008 12:56:25 +0000 (12:56 +0000)
commitb5f5c89528a39a4b9b3b8c862fb73a0131b98688
tree4cc9977976557baf886de7827f8c4befb2b920c6
parentfeb45966970e6aa6cfdb2a42eaa0cba8472d94fb
Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't
correctly set. As result, killtuple() marks as dead
wrong tuple on page. Bug was introduced by me while fixing
possible duplicates during GiST index scan.
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/include/access/gist_private.h