[postgis-tickets] [PostGIS] #3877: *_in_place methods available where possible

PostGIS trac at osgeo.org
Wed Oct 4 13:28:01 PDT 2017


#3877: *_in_place methods available where possible
---------------------+---------------------------
 Reporter:  pramsey  |      Owner:  pramsey
     Type:  task     |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.5.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 Rather than a mishmash of some functions that clone to mutate and others
 that mutate in place, have both options available as much as possible and
 use the one that makes sense at the time. The clone versions can either
 (a) exists, or (b) be impllictly available as lwgeom_clone_deep();
 lwgeom_do_that_thing_in_place()

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3877>
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