]> granicus.if.org Git - postgis/commit
Increase size of internal PROJ cache
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 19 Jun 2019 15:15:34 +0000 (15:15 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 19 Jun 2019 15:15:34 +0000 (15:15 +0000)
commit5e8b1a9688471e0510f2d047305f24a643761d0c
tree304ff09cee31f611274b2810d5ad03241877aceb
parent7c054713e9c50ab531dc8d3d98e08029ebb00612
Increase size of internal PROJ cache

Creating PROJ projections is specially slow for PROJ6, so
we want to avoid recalculating them as much as possible

This is specially important for ST_Buffer(geography) since
it decides the SRID, and thus the projection, dinamically
based on the geometry position around the globe.

References #4372

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