[PostGIS] #5876: ST_AddPoint with empty point adds junk point
PostGIS
trac at osgeo.org
Mon Apr 7 12:03:43 PDT 2025
#5876: ST_AddPoint with empty point adds junk point
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.5.3
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
{{{
select st_astext(st_addpoint(st_geomfromtext('linestring (1 1, 2 2)'),
st_geomfromtext('point empty')));
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5876>
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-tickets
mailing list