[postgis-devel] [PostGIS] #583: wkt generetor can't handle large geometries and is spilling over
PostGIS
trac at osgeo.org
Mon Dec 13 11:54:03 PST 2010
#583: wkt generetor can't handle large geometries and is spilling over
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by pramsey):
I think you should just increase the static allocation. It won't hurt to
have it be 20k.
{{{
char output[20480];
}}}
If you're feeling anal retentive, recode the thing using the
stringbuffer_t from liblwgeom.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/583#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-devel
mailing list