[postgis-devel] [PostGIS] #1458: unstable results from st_orderingequals (again!)

PostGIS trac at osgeo.org
Wed Jan 11 23:42:58 PST 2012


#1458: unstable results from st_orderingequals (again!)
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 strk=# \a \t
 Output format is unaligned.
 Showing only tuples.
 strk=# select st_orderingequals('POINT EMPTY', 'POINT EMPTY');
 f
 strk=# select st_orderingequals('POINT EMPTY', 'POINT EMPTY');
 t
 }}}

 In case you don't see it: first call returns FALSE, second call returns
 TRUE. Calls are perfectly identical.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1458>
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