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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)