Opened 17 years ago
Last modified 13 years ago
#19 closed defect (fixed)
Prepared* Functions appear to be leaking memory
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 1.4.0 |
Component: | postgis | Version: | 1.4.X |
Keywords: | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Run a moderate sized spatial join with the prepared functions as the
join key
- Watch the memory useage of the active backend
- See the growth
This should be fixed before 1.4 and the official release of the prepared functions. Leak could be in GEOS or in postgres.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 13 years ago
Description: | modified (diff) |
---|---|
Version: | 1.4 → 1.4.X |
Note:
See TracTickets
for help on using tickets.
GEOS leaks and PostGIS leaks removed. Fixed in trunk and 1.3 as of r3090