[postgis-devel] [PostGIS] #687: ST_DFullyWithin EMPTY crash with real
PostGIS
trac at osgeo.org
Wed Dec 8 13:54:15 PST 2010
#687: ST_DFullyWithin EMPTY crash with real
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
-- here is a distilled one if you need an example
{{{
SELECT
ST_DFullyWithin(ST_GeomFromText('LINESTRING(-10 50,50 -10)',4326),
ST_GeomFromText('POLYGON EMPTY',4326),5);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/687#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