pgsql: Don't try to run clauseless index scans on index types that don't - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Don't try to run clauseless index scans on index types that don't
Date
Msg-id 20050420214805.1DCB653CA6@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: shachar@pgfoundry.org (User Shachar)
Date:
Subject: oledb - oledb: Finally found out how to test "OpenRowset".
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't try to run clauseless index scans on index types that don't