[postgis-tickets] [PostGIS] #3064: Regression failures in 1.5 when building against 9.2 for windows
PostGIS
trac at osgeo.org
Sat Feb 28 07:26:05 PST 2015
#3064: Regression failures in 1.5 when building against 9.2 for windows
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.9
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
Okay I looked at the regres_ogc error and it fails this:
{{{
SELECT ST_astext(ST_pointonsurface('POLYGON((0 0, 0 10, 10 10, 10 0, 0
0),(2 2, 2 4, 4 4, 4 2, 2 2))'));
}}}
According to the regress expected, I should be getting a POINT(5 5).
I get a POINT(5 7), but I get a POINT(5 7) on my PostgreSQL 9.4 and 9.3
2.2 instances as well. This test looks like it was later changed to be:
{{{
WITH inp AS ( SELECT
'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0),(2 2, 2 4, 4 4, 4 2, 2 2))'
::geometry as g )
SELECT 'pointonsurface', ST_Contains(g, ST_pointonsurface(g)) from inp;
}}}
So maybe it's a harmless failure.
Haven't check the in_kml, in_gml errors yet.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3064#comment:3>
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