[postgis-tickets] [PostGIS] #3485: ST_ClusterKMeans garden crash - not empty geometry safe
PostGIS
trac at osgeo.org
Sat Mar 26 14:05:21 PDT 2016
#3485: ST_ClusterKMeans garden crash - not empty geometry safe
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
Confirm it's still there for you? I did some changes in this area of
problem and I'm not seeing it against turnk
{{{
p=# SELECT ST_ClusterKMeans(foo1.the_geom, 1)OVER() As result
p-# FROM (SELECT ST_GeomFromText('POINT EMPTY',4326) As the_geom) As foo1;
ERROR: unable to calculate cluster seed points, too many NULLs or
empties?
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3485#comment:4>
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