[postgis-devel] [PostGIS] #1023: topology regress failures related to GSERIALIZED: copytopology and
PostGIS
trac at osgeo.org
Mon Jul 4 05:39:39 PDT 2011
#1023: topology regress failures related to GSERIALIZED: copytopology and
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
For CopyTopology regress test the offending query for the 8.4 case is:
{{{
SELECT * FROM "CITY_data_UP_down".node EXCEPT
SELECT * FROM "city_data".node;
}}}
It actually fails for me too on 8.4.8 (succeeds in 8.4.3).
It is probably related to btree index for geometry. Did its semantic
change ?
It used to be bounding box equality.
Interesting enough it only fails for points, not for edges (which also
have geometries involved).
My failure case is on 32bit GNU/Linux and returns all of the 22 nodes from
the query. In your case a single row is returned.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1023#comment:1>
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