Opened 14 years ago
Closed 14 years ago
#695 closed defect (fixed)
ST_RemovePoint of a point crashes
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
SELECT ST_RemovePoint('POINT(-11.1111111 40)'::geometry, 1);
In PostGIS 1.5 gives error: lwline_deserialize: attempt to deserialize a line which is really a Point
In PostgIS 2.0: crash
Note:
See TracTickets
for help on using tickets.
Should be fixed at r6324