[postgis-devel] [PostGIS] #1736: cunit failure on mingw64 rc1 - 1.#INF
PostGIS
trac at osgeo.org
Thu Apr 5 05:57:07 PDT 2012
#1736: cunit failure on mingw64 rc1 - 1.#INF
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Comment(by robe):
I wonder if we have some extra regex in the normal postgresql checks (like
we do for the cleanup I know we had some for some other idiosyncracies
that strips the test file after the fact). Surprisingly the regress.sql
has never been failing so actually no need to change that.
However if I run :
{{{
select '63',ST_asewkt('POINT( -1e700 0)'::GEOMETRY);
}}}
I get:
{{{
63 POINT(-1.#INF 0)
}}}
Have no clue how that is passing regress. anyrate I haven't upgraded yet,
but the 9612 fix doesn't appear to be necessary.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1736#comment:5>
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