[postgis-tickets] [PostGIS] #4720: Memory leak when using Geography

PostGIS trac at osgeo.org
Fri Aug 28 14:13:17 PDT 2020


#4720: Memory leak when using Geography
----------------------+------------------------------
  Reporter:  kthujvu  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.0.3
 Component:  postgis  |    Version:  3.0.x
Resolution:           |   Keywords:  geography memory
----------------------+------------------------------

Comment (by pramsey):

 Just reading through I'm not seeing any places where the <-> operator or
 the gserialized_gist_distance_2d() function fails to free allocated
 memory. It seems quite careful about that, in fact. Index support
 functions are one of the few places you can leak memory easily, since they
 don't clean up their memory contexts as often as function calls.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4720#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-tickets mailing list