Opened 4 years ago

Closed 4 years ago

#4729 closed enhancement (fixed)

ST_AsText: Print directly into the stringbuffer

Reported by: Algunenano Owned by: pramsey
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: master
Keywords: Cc:

Description

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

Change History (1)

comment:1 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 672e6d0/git:

WKT/KML: Print doubles directly into stringbuffers

Closes https://github.com/postgis/postgis/pull/573
Closes #4729

Note: See TracTickets for help on using tickets.