[postgis-tickets] [PostGIS] #3220: Mingw failure on cluster test
PostGIS
trac at osgeo.org
Tue Sep 1 14:49:48 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):
finally got it - I think I just had to compile with enable-debug on.
this is what I get for the mingw postgres (which returns the wrong answer)
{{{
DEBUG: [lwgeom_accum.c:pgis_geometry_accum_transfn:125] Number of args 3
DEBUG: [lwgeom_accum.c:pgis_geometry_accum_transfn:134] Datum value
4.02286e-316
}}}
This is for the vc++ postgresql (which returns the right answer)
{{{
DEBUG: [lwgeom_accum.c:pgis_geometry_accum_transfn:125] Number of args 3
DEBUG: [lwgeom_accum.c:pgis_geometry_accum_transfn:134] Datum value
2.47697e-316
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3220#comment:18>
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