pgsql/src/backend/optimizer/path (indxpath.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/optimizer/path (indxpath.c)
Date
Msg-id 200007130547.e6D5lUT81550@hub.org
Whole thread Raw
List pgsql-committers
  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...

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql (configure configure.in)
Next
From: Tom Lane
Date:
Subject: REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c)