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:13
Message-ID: 20050420214813.0B99453C8D@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:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
indxpath.c (r1.167.4.1 -> r1.167.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.167.4.1&r2=1.167.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 21:48:23 pgsql: Don't try to run clauseless index scans on index types that don't
Previous Message Tom Lane 2005-04-20 21:48:05 pgsql: Don't try to run clauseless index scans on index types that don't