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 20050420214813.0B99453C8D@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.

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)

pgsql-committers by date:

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