[postgis-devel] [PostGIS] #536: Get rid of the STRICT on geography ST_Intersects
PostGIS
trac at osgeo.org
Tue Jun 1 07:40:10 PDT 2010
#536: Get rid of the STRICT on geography ST_Intersects
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 1.5.2
Component: postgis | Version: 1.5.X
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by mcayland):
Even on 8.3? That's weird. The IMMUTABLE and STRICT should be orthogonal
concepts since the first indicates whether a function can result can be
inlined at plan time, while the second indicates that if any NULL argument
is passed in then the function execution can be short-circuited. I think
we may need some more PostgreSQL-fu here to understand how they interact
with each other.
Mark.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/536#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list