Changeset 5877

Show
Ignore:
Timestamp:
08/31/10 11:01:35 (21 months ago)
Author:
nicklas
Message:

remove strict on st_equals as discussed in #536

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/postgis/postgis.sql.in.c

    r5830 r5877  
    46084608        RETURNS boolean 
    46094609        AS 'SELECT $1 && $2 AND _ST_Equals($1,$2)' 
    4610         LANGUAGE 'SQL' IMMUTABLE STRICT; 
     4610        LANGUAGE 'SQL' IMMUTABLE; 
    46114611 
    46124612