[postgis-tickets] [PostGIS] #4100: garden test crash on ST_ClusterKMeans

PostGIS trac at osgeo.org
Sat Jun 2 03:49:48 PDT 2018


#4100: garden test crash on ST_ClusterKMeans
----------------------+---------------------------
  Reporter:  robe     |      Owner:  komzpa
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 2.5.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by komzpa):

 minimized version:


 {{{
  select ST_ClusterKMeans(geom,2) over() from (values ('POINT(0
 0)'::geometry), ('POINT(0 0)')) g(geom);

 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4100#comment:2>
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