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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/optimizer/path (indxpath.c)
Date: 2000-07-13 05:47:30
Message-ID: 200007130547.e6D5lUT81550@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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...

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-13 05:52:18 REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c)
Previous Message Tom Lane 2000-07-12 23:20:28 Re: pgsql (configure configure.in)