[postgis-devel] [PostGIS] #547: ST_contains memory problem when used between polygon and mixed geometry
PostGIS
trac at osgeo.org
Mon Jun 28 09:59:49 PDT 2010
#547: ST_contains memory problem when used between polygon and mixed geometry
--------------------------------+-------------------------------------------
Reporter: twain | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 1.5.2
Component: postgis | Version: 1.5.X
Keywords: ST_contains memory |
--------------------------------+-------------------------------------------
Comment(by pramsey):
I think I see where this could come from, as the prepared geometry cache
system expects a query to be *either* a p-i-p situation or a p-and-g
situation, but not both at the same time. One fix could be just ripping
out the postgis-native implementation (for the p-i-p case) of the caching
system.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/547#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