[postgis-tickets] [PostGIS] #2974: ST_ConvexHull is uninterruptible
PostGIS
trac at osgeo.org
Thu Oct 23 08:04:31 PDT 2014
#2974: ST_ConvexHull is uninterruptible
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Example:
{{{
select
st_convexhull(st_collect(ST_Segmentize(ST_MakeLine(ST_MakePoint(-100+x,
-100-x),ST_MakePoint(100-x,100+x)), 10))) from generate_series(0,10000) x;
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2974>
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