[postgis-tickets] [PostGIS] #4671: ST_Length(geography) leaks memory

PostGIS trac at osgeo.org
Wed Apr 22 13:19:05 PDT 2020


#4671: ST_Length(geography) leaks memory
----------------------+---------------------
  Reporter:  komzpa   |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:
 Component:  postgis  |    Version:  2.5.x
Resolution:           |   Keywords:
----------------------+---------------------

Comment (by pramsey):

 Trying to repro this isolating just ST_Length, but not seeing it:
 {{{
 select sum(st_length(st_makeline(st_makepoint(a%80, a%80),
 st_makepoint((0.0001+a%80), 0.0001+(a%80)))::geography))
 from generate_series(1,100000000) a;
 }}}

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