[postgis-tickets] [PostGIS] #4729: ST_AsText: Print directly into the stringbuffer
PostGIS
trac at osgeo.org
Tue Jul 28 08:19:20 PDT 2020
#4729: ST_AsText: Print directly into the stringbuffer
-------------------------+---------------------------
Reporter: Algunenano | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: master
Keywords: |
-------------------------+---------------------------
Currently when printing a double into a stringbuffer it is first printed
into a temporal buffer and then that buffer is dumped into the
stringbuffer, which is avoidable extra work.
PR: https://github.com/postgis/postgis/pull/573
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4729>
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