[postgis-tickets] [PostGIS] #3792: ST_3DIntersects not marked as parallel safe

PostGIS trac at osgeo.org
Tue Jul 25 00:00:51 PDT 2017


#3792: ST_3DIntersects not marked as parallel safe
----------------------+---------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  assigned
  Priority:  medium   |  Milestone:  PostGIS 2.3.4
 Component:  postgis  |    Version:  2.3.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by robe):

 It's parallel safe if it doesn't use any temp tables or other tables (at
 least changes that would causes inconsistent answers between runs) or
 change system variables.  So I think it's fine to mark as parallel safe.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3792#comment:2>
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-tickets mailing list