[postgis-tickets] [PostGIS] #5152: ST_Split goes into infinite loop with empty geometries

PostGIS trac at osgeo.org
Tue May 17 03:21:01 PDT 2022


#5152: ST_Split goes into infinite loop with empty geometries
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  reopened
  Priority:  blocker  |  Milestone:  PostGIS 2.5.7
 Component:  postgis  |    Version:  3.2.x
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by strk):

 Do you like this fix ?
 https://gitlab.com/postgis/postgis/-/merge_requests/82

 Results in `GEOMETRYCOLLECTION(LINESTRING EMPTY)` output, on the basis of
 the documented fact that if a blade does not intersect a line, the
 returned collection will return the full input untouched (which in this
 case was empty)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5152#comment:4>
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