[postgis-devel] [PostGIS] #851: [raster] Numerous ST_Value query cause the memory to grow indefinitely
PostGIS
trac at osgeo.org
Wed Apr 20 08:21:08 PDT 2011
#851: [raster] Numerous ST_Value query cause the memory to grow indefinitely
----------------------------+-----------------------------------------------
Reporter: pracine | Owner: jorgearevalo
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by jorgearevalo):
Yep, you're right. The memory for rt_context, rt_raster and pgraster
should be automatically released, because is allocated with palloc, at the
end. There's no need of explicit destruction.
Anyway, shouldn't postgres start swapping memory instead of crashing?
Maybe I'm missing something.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/851#comment:22>
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