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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
