]> granicus.if.org Git - postgis/commit
Instead of dynamically allocating space for variables "values" and "nulls" with each...
authorBborie Park <bkpark at ucdavis.edu>
Wed, 8 Feb 2012 21:20:31 +0000 (21:20 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 8 Feb 2012 21:20:31 +0000 (21:20 +0000)
commitd0eb80fe725a81e44dd539c27ab76cabcae2ddd1
tree3b1178c1ac99adcd52cc865bb40ed4214d93b08a
parent89a4c69eaae34f77c139146602d9fe2ffe148207
Instead of dynamically allocating space for variables "values" and "nulls" with each pixel, just initialize both to the max possible # of elements.  Done for 2-raster ST_MapAlgebraExpr

git-svn-id: http://svn.osgeo.org/postgis/trunk@9118 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_pg/rt_pg.c