[postgis-tickets] [PostGIS] #3220: Mingw failure on cluster test

PostGIS trac at osgeo.org
Tue Sep 1 16:58:16 PDT 2015


#3220: Mingw failure on cluster test
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 2.2.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by robe):

 Okay on mingw after I change the debugf to


 {{{
 POSTGIS_DEBUGF(2, "Datum value %g", PG_GETARG_FLOAT8(2));
 }}}


 I get this:


 {{{
 DEBUG:  [lwgeom_accum.c:pgis_geometry_accum_transfn:134] Datum value 1.4
 }}}


 on my vc++ postgres compiled I get this which is really odd since this is
 the one giving the right answer (and yet I get a tolerance error)


 {{{
 DEBUG:  [lwgeom_accum.c:pgis_geometry_accum_transfn:134] Datum value 1.4


 ERROR:  Tolerance not defined
 ********** Error **********

 ERROR: Tolerance not defined
 SQL state: XX000


 }}}

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