ST_SetPoint crashes with Multipolygon with infinity coordinates
Same issue as #5315 and #5318
SELECT ST_SetPoint('0102000020E610000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1,ST_GeomFromText('POINT(0 0)',4326) ) As result
#5320 ST_SimplifyPreserveTopology crashes with infinity coordinates –
comment:5,
12
Owner: |
changed from pramsey to robe
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Seems I was mistaken here, it doesn't crash. Maybe it was another combo.
outputs:
I'm putting in a catch anyway for this in case it was another combo I missed.