[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.1-42-gfd0cef4

git at osgeo.org git at osgeo.org
Fri Jul 2 08:47:03 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, stable-3.1 has been updated
       via  fd0cef4ac6a88d4257e73793cc3416cacdfe1a69 (commit)
      from  7ced53e205b65abc0a37e814dce77f4c484da70c (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 fd0cef4ac6a88d4257e73793cc3416cacdfe1a69
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.1.3

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