pgsql: Don't try to run clauseless index scans on index types that don't

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't try to run clauseless index scans on index types that don't
Date: 2005-04-20 21:48:39
Message-ID: 20050420214839.E670853CA6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't try to run clauseless index scans on index types that don't support
it. Per report from Marinos Yannikos.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
indxpath.c (r1.112.2.1 -> r1.112.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.112.2.1&r2=1.112.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 22:19:59 pgsql: Add note clarifying that indexes that support ordered scans had
Previous Message Tom Lane 2005-04-20 21:48:32 pgsql: Don't try to run clauseless index scans on index types that don't