Thread: pgsql/src/backend/optimizer/path (indxpath.c)

pgsql/src/backend/optimizer/path (indxpath.c)

From
Tom Lane
Date:
  Date: Thursday, July 13, 2000 @ 01:47:29
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/path
     from hub.org:/home/projects/pgsql/tmp/cvs-serv81537

Modified Files:
    indxpath.c

-----------------------------  Log Message  -----------------------------

Planner did the wrong thing with index-scan-backward plans: generated
them, but forgot to attach relevant restriction clauses, so that the
plan represented a scan over the whole table with restrictions applied
as qpquals not indexquals.  Another day, another bug...