]> granicus.if.org Git - postgis/commit
Fix raster regression on Raspberry Pi.
authorDarafei Praliaskouski <me@komzpa.net>
Mon, 23 Jul 2018 00:17:50 +0000 (00:17 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Mon, 23 Jul 2018 00:17:50 +0000 (00:17 +0000)
commit7b9283b824853aa040dfd263eb418c0bf24beb07
tree425ea12ef476ecadf4be5bc42154cb2dcabc4e59
parente0905c13d0b1a1b015124a737db8fc048c0cda3d
Fix raster regression on Raspberry Pi.

A signed NODATA value was assigned to unsigned variable.
On Intel that was reversible, on ARM and PPC it replaced all negatives with 0.

Thanks to Alina Dolgikh for supporting me: https://www.patreon.com/komzpa

Closes #4102
Closes https://github.com/postgis/postgis/pull/276

git-svn-id: http://svn.osgeo.org/postgis/trunk@16661 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_core/rt_pixel.c
raster/rt_core/rt_serialize.c
raster/rt_core/rt_wkb.c
raster/test/regress/tickets.sql
raster/test/regress/tickets_expected