[postgis-devel] [PostGIS] #536: Get rid of the STRICT on geography ST_Intersects

PostGIS trac at osgeo.org
Wed Jun 2 06:02:04 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 anarazel):

 Btw, volatile functions or non-volatile functions containing volatile
 functions do get inlined as well if some conditions are met:

  * the function itself is not less volatile than its contents (i.e. a
 STABLE function containing a VOLATILE one

  * no parameter *containing* a voltile function is used more than once.
 (actually I think theres a bug here... It should also not inline if the
 volatile parameter is not used at all)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/536#comment:13>
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