[postgis-tickets] [PostGIS] #3713: Data loss on big encoded polyline

PostGIS trac at osgeo.org
Thu Nov 30 13:43:03 PST 2017


#3713: Data loss on big encoded polyline
----------------------------+---------------------------
  Reporter:  ismail BASKIN  |      Owner:  dbaston
      Type:  defect         |     Status:  closed
  Priority:  medium         |  Milestone:  PostGIS 2.3.5
 Component:  postgis        |    Version:  2.3.x
Resolution:  fixed          |   Keywords:
----------------------------+---------------------------
Changes (by pramsey):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 There were actually two things going on. The original author thought that
 it would be smart to escape the \\ character in the output, but actually
 the format didn't like that, it preferred the raw character. Also the
 postgis/ side caller was prematurely freeing the database memory
 underneath, which caused failures *sometimes*. Fix applied to trunk, 2.4,
 2.3.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3713#comment:13>
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