]> granicus.if.org Git - postgresql/commit
Fix rescan of IndexScan node with the new lossy GiST distance functions.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 May 2015 11:42:21 +0000 (14:42 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 May 2015 11:48:29 +0000 (14:48 +0300)
commit12e6c5a6cae1e34da2d320390993010b6e15ba9e
treeffedf992a3a94362c4cb7b8a103d9cfbb36e601c
parent266b6984cd7391e42770ca3a9922a9e8b1d4d7d3
Fix rescan of IndexScan node with the new lossy GiST distance functions.

Must reset the "reached end" flag and reorder queue at rescan.

Per report from Regina Obe, bug #13349
src/backend/executor/nodeIndexscan.c