[postgis-devel] [PostGIS] #695: ST_RemovePoint of a point crashes
PostGIS
trac at osgeo.org
Fri Dec 10 03:36:02 PST 2010
#695: ST_RemovePoint of a point crashes
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
{{{
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
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/695>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list