]> granicus.if.org Git - postgis/commit
Have both RTREE and PREPARED_GEOM caches cohexist (#547)
authorSandro Santilli <strk@keybit.net>
Thu, 19 Jan 2012 17:15:45 +0000 (17:15 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 19 Jan 2012 17:15:45 +0000 (17:15 +0000)
commit6ce2df051762a51454efe56390b9e88c6385e165
tree5dda8e3a3b2e56baddf819c49c912fbecac948de
parentec5bfe1318bc120d69336b02a73d93d251503dc7
Have both RTREE and PREPARED_GEOM caches cohexist (#547)

Fixes a memory leak and improves performances when both p-i-p
and other kind of overlays are requested during the same statement.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8877 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/Makefile.in
postgis/lwgeom_cache.c [new file with mode: 0644]
postgis/lwgeom_cache.h [new file with mode: 0644]
postgis/lwgeom_geos.c
postgis/lwgeom_geos_prepared.c
postgis/lwgeom_rtree.c
postgis/lwgeom_rtree.h