From: Paul Ramsey Date: Thu, 7 Feb 2013 20:49:19 +0000 (+0000) Subject: Expand size of generic cache to allow future X-Git-Tag: 2.1.0beta2~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0795157f8a69e10d2b49408699a6e441b9d5972f;p=postgis Expand size of generic cache to allow future pointcloud cache to sneak into it if necessary git-svn-id: http://svn.osgeo.org/postgis/trunk@11085 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/libpgcommon/lwgeom_cache.h b/libpgcommon/lwgeom_cache.h index 115b21228..bc05067be 100644 --- a/libpgcommon/lwgeom_cache.h +++ b/libpgcommon/lwgeom_cache.h @@ -27,7 +27,7 @@ #define CIRC_CACHE_ENTRY 3 #define RECT_CACHE_ENTRY 4 -#define NUM_CACHE_ENTRIES 5 +#define NUM_CACHE_ENTRIES 16 /*