[postgis-tickets] [PostGIS] #3502: Debbie failing PostGIS trunk regress tickets on ST_GeneratePoints test on PostgreSQL 9.6 (was: Debbie failing PostGIS trunk regress tickets on PostgreSQL 9.6)
PostGIS
trac at osgeo.org
Sat Mar 12 10:11:43 PST 2016
#3502: Debbie failing PostGIS trunk regress tickets on ST_GeneratePoints test on
PostgreSQL 9.6
------------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: buildbots | Version: trunk
Resolution: | Keywords: regress
------------------------+---------------------------
Changes (by robe):
* milestone: PostGIS 2.2.2 => PostGIS 2.3.0
Comment:
okay this is only 2.3 since it's ticket on ST_GeneratePoints
{{{
WITH g as (
select 'POLYGON((1 0, 0 1, 1 2, 2 1, 1 0))'::geometry as geom
),
n as (
select n from unnest(ARRAY[-1,0,1,10,100,1000]) n
),
pts as (
select n,(st_dump(st_generatepoints(geom, n))).geom from g,n
)
select '#3399' as t, n, count(*) from
g, pts
where st_contains(g.geom, pts.geom)
group by n;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3502#comment:3>
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