[postgis-tickets] [PostGIS] #2616: Reduce geometry::text conversion in topology functions
PostGIS
trac at osgeo.org
Mon Jan 27 03:35:38 PST 2014
#2616: Reduce geometry::text conversion in topology functions
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 2.1.2
Component: topology | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
r12194 does it in trunk.
While doing it I realized there are much more places where USING could
replace text append (but haven't done it). The number of geometry::text
calls now reduced to 2 for each addPolygon call (the left-over could also
be replaced by refactoring the code)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2616#comment:1>
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