[postgis-devel] [PostGIS] #670: ST_SharedPaths
PostGIS
trac at osgeo.org
Fri Dec 3 01:16:55 PST 2010
#670: ST_SharedPaths
---------------------+------------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
This succeeds too:
{{{
select st_sharedpaths(g1,g2::text) from bug670 where id = 1;
}}}
And this:
{{{
select st_sharedpaths(g2,g1) from bug670 where id = 1;
}}}
But this fails:
{{{
select st_sharedpaths(g1::text,g2) from bug670 where id = 1; -- crash !
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/670#comment:7>
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