Changes between Initial Version and Version 4 of Ticket #708
- Timestamp:
- 12/14/10 04:39:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #708
- Property Summary ST_DumpPoints POLYGON EMPTY crash → ST_ExteriorRing POLYGON EMPTY crash
-
Ticket #708 – Description
initial v4 1 SELECT ST_ExteriorRing(ST_GeomFromText('POLYGON EMPTY',4326)) As result; 2 3 Which I think is the cause of ST_DumpPoints crashing as well 1 4 2 5 SELECT ST_DumpPoints(ST_GeomFromText('POLYGON EMPTY',4326)) As result;