Changes between Initial Version and Version 4 of Ticket #708


Ignore:
Timestamp:
Dec 14, 2010, 4:39:20 AM (14 years ago)
Author:
robe
Comment:

Maxime, I think ST_DumpPoints is breaking by virtue of the fact that ST_ExteriorRing is the real culprit and it uses that when it sees a polygon type.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #708

    • Property Summary ST_DumpPoints POLYGON EMPTY crashST_ExteriorRing POLYGON EMPTY crash
  • Ticket #708 – Description

    initial v4  
     1SELECT ST_ExteriorRing(ST_GeomFromText('POLYGON EMPTY',4326)) As result;
     2
     3Which I think is the cause of ST_DumpPoints crashing as well
    14
    25SELECT ST_DumpPoints(ST_GeomFromText('POLYGON EMPTY',4326)) As result;