[PostGIS] #5686: Garden crash ST_NumInteriorRings on Triangles
PostGIS
trac at osgeo.org
Tue Mar 5 13:17:31 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
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
Doesn't crash my 3.4, but the answer is awesome
{{{
SELECT ST_NumInteriorRings('TRIANGLE ((
-71.0821 42.3036,
-71.0821 42.3936,
-71.0901 42.3036,
-71.0821 42.3036
))'::geometry);
st_numinteriorrings
---------------------
2139062141
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5686#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