[postgis-tickets] [PostGIS] #3376: make remove_repeated_points leave inputs alone
PostGIS
trac at osgeo.org
Wed Nov 25 12:31:06 PST 2015
#3376: make remove_repeated_points leave inputs alone
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
The remove_repeated_points code already mostly clones new objects, in all
cases where it's (maybe) going to remove points. The only things that
avoid cloning are objects (points, circular strings) that aren't going to
be processed at all. Like most of our other functions, we should buckle
down and make the input arguments const. (Would have avoided #3375)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3376>
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