Opened 19 months ago

Last modified 18 months ago

#5241 closed defect

ST_SnapToGrid crashes on multipolygon with an empty polygon — at Initial Version

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.5.9
Component: postgis Version: 3.2.x
Keywords: Cc:

Description

SELECT ST_SnapToGrid(foo1.the_geom, 20.1, 20.1, 20.1, 20.1)  As result
							FROM (
		(SELECT ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326) As the_geom ) ) As foo1 LIMIT 10;

I tested this on 3.2.4dev, but assume it crashes on older

Change History (0)

Note: See TracTickets for help on using tickets.