[postgis-devel] [PostGIS] #869: ticket #304 regress is failing

PostGIS trac at osgeo.org
Tue Mar 29 02:27:03 PDT 2011


#869: ticket #304 regress is failing
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 A note: the same #304 test fails on 32bit linux too (in addition to 64bit
 linux).
 With same results: counts 0 items from both these queries:

 {{{
 SELECT '#304.a', Count(*) FROM utm_dots WHERE ST_DWithin(the_geog,
 'POINT(0 0)'::geography, 3000000);

 CREATE INDEX utm_dots_gix ON utm_dots USING GIST (the_geog);
 SELECT '#304.b', Count(*) FROM utm_dots WHERE ST_DWithin(the_geog,
 'POINT(0 0)'::geography, 300000);
 }}}

 Whereas 21 and 1 are expected, respectively.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/869#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-devel mailing list