[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-263-g7de3ba7
git at osgeo.org
git at osgeo.org
Fri Jul 2 08:55:39 PDT 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, main has been updated
via 7de3ba7c17844c499f5763e6492b11b544e1cf1d (commit)
from 6c00ed1f4125a59739834f63fab6cfda844701b6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7de3ba7c17844c499f5763e6492b11b544e1cf1d
Author: Regina Obe <lr at pcorp.us>
Date: Fri Jul 2 11:46:58 2021 -0400
Add test for ST_MinPossibleValue references #4918 for PostGIS 3.2.0
diff --git a/raster/test/regress/rt_utility.sql b/raster/test/regress/rt_utility.sql
index 5a05dc4..3f5f663 100644
--- a/raster/test/regress/rt_utility.sql
+++ b/raster/test/regress/rt_utility.sql
@@ -401,6 +401,7 @@ SELECT 'test 11.8', st_minpossiblevalue('32BUI') = 0.;
SELECT 'test 11.9', st_minpossiblevalue('32BSI') < 0.;
SELECT 'test 11.10', st_minpossiblevalue('32BF') < 0.;
SELECT 'test 11.11', st_minpossiblevalue('64BF') < 0.;
+SELECT '#4918', ST_MinPossibleValue('');
DROP TABLE rt_utility_test;
diff --git a/raster/test/regress/rt_utility_expected b/raster/test/regress/rt_utility_expected
index 2eb99e5..480a4a7 100644
--- a/raster/test/regress/rt_utility_expected
+++ b/raster/test/regress/rt_utility_expected
@@ -31,6 +31,7 @@ test 11.8|t
test 11.9|t
test 11.10|t
test 11.11|t
+ERROR: RASTER_minPossibleValue: Invalid pixel type:
Raster of 10x10 pixels has 3 bands and extent of BOX(0 -10,10 0)
band 1 of pixtype 8BUI is in-db with NODATA value of 0
band 2 of pixtype 32BF is in-db with NODATA value of -9999
-----------------------------------------------------------------------
Summary of changes:
raster/test/regress/rt_utility.sql | 1 +
raster/test/regress/rt_utility_expected | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list