#5876 closed defect (fixed)
ST_AddPoint with empty point adds junk point
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.3 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description ¶
select st_astext(st_addpoint(st_geomfromtext('linestring (1 1, 2 2)'), st_geomfromtext('point empty')));
Change History (8)
comment:1 by , 3 days ago
comment:6 by , 3 days ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In general the
getPoint4d_p
function needs tolwerror
out of all cases where it cannot successfully complete an access.