From e62894376ac70f76f88f3f47d79e149f898cf84d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 11 Aug 2015 22:25:15 +0000 Subject: [PATCH] #3236 get rid of STRICT on ST_OrderingEquals -- preventing spatial index from being used. git-svn-id: http://svn.osgeo.org/postgis/trunk@13904 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in index 0c2e49355..5f5778e97 100644 --- a/postgis/postgis.sql.in +++ b/postgis/postgis.sql.in @@ -5240,7 +5240,7 @@ CREATE OR REPLACE FUNCTION ST_OrderingEquals(GeometryA geometry, GeometryB geome AS $$ SELECT $1 ~= $2 AND _ST_OrderingEquals($1, $2) $$ - LANGUAGE 'sql' IMMUTABLE STRICT; + LANGUAGE 'sql' IMMUTABLE; ------------------------------------------------------------------------------- -- SQL/MM - SQL Functions on type ST_Point -- 2.50.1