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:05
Message-ID: 20050420214805.1DCB653CA6@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.

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
indxpath.c (r1.173 -> r1.174)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.173&r2=1.174)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 21:48:13 pgsql: Don't try to run clauseless index scans on index types that don't
Previous Message User Shachar 2005-04-20 21:46:54 oledb - oledb: Finally found out how to test "OpenRowset".