]> granicus.if.org Git - postgis/commit
Fix cache coherence error where the trees were being built on top of geometries which...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 30 Jun 2012 21:18:06 +0000 (21:18 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 30 Jun 2012 21:18:06 +0000 (21:18 +0000)
commit1098023df17a86096afb0d5a853fac0a597fa39c
tree0e156340fb93b9f96640862899eaa48787182891
parentc06488f2c116bacf658c79da35651cf093f0388e
Fix cache coherence error where the trees were being built on top of geometries which would get freed out from underneath them. Instead build them on the cached representations we're carrying around anyways (#1796)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10005 b70326c6-7e19-0410-871a-916f4a2858ee
libpgcommon/lwgeom_cache.c