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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix rescan of IndexScan node with the new lossy GiST distance fu
Date: 2015-05-25 11:54:00
Message-ID: E1YwqxE-0002co-15@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-05-25 12:08:11 Re: pgsql: pgindent: more doc updates for skipping __asm__ files
Previous Message Michael Paquier 2015-05-25 04:11:14 Re: pgsql: pgindent: more doc updates for skipping __asm__ files