]> 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:53:56 +0000 (12:53 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 22 Oct 2008 12:53:56 +0000 (12:53 +0000)
commitb9856b67a7a762ab5bedfafbda4f654797d83996
treecd62a43e225608dfb63cea26407802a4aa608c9a
parent361bfc35724aac207f7a013336e058704fbadf60
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/include/access/gist_private.h