Обсуждение: pgsql: Fix rescan of IndexScan node with the new lossy GiST distance fu

Поиск
Список
Период
Сортировка

pgsql: Fix rescan of IndexScan node with the new lossy GiST distance fu

От
Heikki Linnakangas
Дата:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12e6c5a6cae1e34da2d320390993010b6e15ba9e

Modified Files
--------------
src/backend/executor/nodeIndexscan.c |    8 ++++++++
1 file changed, 8 insertions(+)