Opened 8 months ago
Closed 8 months ago
#5686 closed defect (fixed)
Garden crash ST_NumInteriorRings on Triangles
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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);
Change History (8)
comment:1 by , 8 months ago
comment:2 by , 8 months ago
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)
comment:8 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
No, that kills my head. Not sure if it's affects older branches.