[postgis-tickets] [PostGIS] #2434: geography ST_Intersection regress with 2.0.3 failure
PostGIS
trac at osgeo.org
Wed Aug 14 23:10:31 PDT 2013
#2434: geography ST_Intersection regress with 2.0.3 failure
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.0
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
{{{
SELECT ST_Intersection('LINESTRING M (-10 50 1,50 -10 1)'::geography,
'GEOMETRYCOLLECTION EMPTY'::geography)
}}}
In PostgreSQL 9.2.4, compiled by Visual C++ build 1600, 32-bit
POSTGIS="2.1.0rc3 r11766" GEOS="3.5.0dev-CAPI-1.9.0 r0" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER
yields error:
{{{
ERROR: Error in geography_bestsrid calling gserialized_get_gbox_p(g2,
&gbox2)
CONTEXT: SQL function "st_intersection" statement 1
********** Error **********
}}}
In PostgreSQL 9.2.4, compiled by Visual C++ build 1600, 32-bit
POSTGIS="2.0.3 r11132" GEOS="3.5.0dev-CAPI-1.9.0 r0" PROJ="Rel. 4.8.0, 6
March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER
Yields
{{{
0107000020E610000000000000
--AsTExt
GEOMETRYCOLLECTION EMPTY
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2434>
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