Changes between Initial Version and Version 1 of Ticket #5240


Ignore:
Timestamp:
Sep 15, 2022, 9:22:41 PM (23 months ago)
Author:
robe
Comment:
SELECT ST_DumpSegments(foo1.the_geom)  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'm going to assume these issues have been here for a while.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5240

    • Property Milestone PostGIS 3.2.4PostGIS 3.0.8
    • Property Summary ST_DumpPoints crash with multipolygon that includes an empty polygonST_DumpPoints and ST_DumpSegments crash with multipolygon that includes an empty polygon
  • Ticket #5240 – Description

    initial v1  
    1 
    21{{{
    32SELECT ST_DumpPoints(foo1.the_geom)  As result