[PostGIS] #5686: Garden crash ST_NumInteriorRings on Triangles

PostGIS trac at osgeo.org
Tue Mar 5 13:12:37 PST 2024


#5686: Garden crash ST_NumInteriorRings on Triangles
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 3.5.0
Component:  postgis  |    Version:  master
 Keywords:           |
---------------------+---------------------------
 I don't think this has been backported, but I might be mistaken, if so
 might need to backport.


 {{{
 SELECT ST_NumInteriorRings('TRIANGLE ((
                 -71.0821 42.3036,
                 -71.0821 42.3936,
                 -71.0901 42.3036,
                 -71.0821 42.3036
             ))'::geometry);
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5686>
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