[postgis-tickets] [PostGIS] #2706: ST_DumpPoints crash
PostGIS
trac at osgeo.org
Mon Apr 7 07:24:42 PDT 2014
#2706: ST_DumpPoints crash
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.3
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
Just tried on my 2.1.2 windows install
{{{
POSTGIS="2.1.2 r12389" GEOS="3.4.2-CAPI-1.8.2 r3924" PROJ="Rel. 4.8.0, 6
March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" TOPOLOGY RASTER
PostgreSQL 9.3.4, compiled by Visual C++ build 1600, 64-bit
}}}
neither crash
{{{
SELECT ST_DumpPoints('POINT EMPTY'::geometry);
SELECT st_dumppoints('POLYGON EMPTY'::geometry);
}}}
They just returns no records. This was the regression I mentioned (at
least with POINT EMPTY between 2.0 and 2.1 though I recall POLYGON EMPTY
returning the same non-answer)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2706#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-tickets
mailing list