[postgis-devel] [PostGIS] #1023: topology regress failures related to GSERIALIZED: copytopology and
PostGIS
trac at osgeo.org
Mon Jul 4 06:14:05 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):
Now this seems interesting:
{{{
=# select version();
-[ RECORD 1
]------------------------------------------------------------------------------------------------------
version | PostgreSQL 8.4.8 on i486-pc-linux-gnu, compiled by GCC
gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 32-bit
=# select a.geom as a, b.geom as b, a=b as equal from city_data.node a,
city_data.node b where a.node_id = b.node_id and a.node_id = 1;
-[ RECORD 1 ]-------------------------------------
a | 010100000000000000000020400000000000003E40
b | 010100000000000000000020400000000000003E40
equal | f
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1023#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