]> granicus.if.org Git - postgis/commit
Added correct handling of rt_band's ownsdata flag indicating if the
authorBborie Park <bkpark at ucdavis.edu>
Tue, 25 Sep 2012 14:07:22 +0000 (14:07 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 25 Sep 2012 14:07:22 +0000 (14:07 +0000)
commit862339e5cd5ed1b0e779667723c7af533df957ba
treeb7349b44dfbe3181bd20ac621e99edc3ab34fffb
parentb0ff7abc071bf243cddca44f76c34caf52d2270b
Added correct handling of rt_band's ownsdata flag indicating if the
memory used for the band's data (only for inline, not offline) is
managed internally.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10327 b70326c6-7e19-0410-871a-916f4a2858ee
raster/loader/raster2pgsql.c
raster/rt_core/rt_api.c
raster/rt_core/rt_api.h
raster/test/core/testapi.c