[postgis-tickets] [PostGIS] #2529: LWGEOM API for read-only PointArrays is not enforced
PostGIS
trac at osgeo.org
Wed May 15 07:28:51 PDT 2019
#2529: LWGEOM API for read-only PointArrays is not enforced
-------------------------+-------------------------------------------------
Reporter: | Owner: pramsey
marcelosoaressouza |
Type: defect | Status: closed
Priority: blocker | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: wontfix | Keywords: ST_FlipCoordinates, PostGIS,
| PostgreSQL
-------------------------+-------------------------------------------------
Changes (by pramsey):
* status: reopened => closed
* resolution: => wontfix
Comment:
This has been around forever, and I don't feel any impetus to change it...
in particular, in-place alteration functions now exist, and detoasting a
copy is minimally more efficient than detoasting a non-copy and then
cloning it. I'm not sure there's enough guards around to avoid people
building on top of other memory and then mucking with it, so it would be
sanity theatre rather than effective.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2529#comment:21>
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