[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-83-g327c3ec72

git at osgeo.org git at osgeo.org
Wed Aug 30 08:16:02 PDT 2023


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, master has been updated
       via  327c3ec729107c2470fb1256fdac8e9c350159c7 (commit)
      from  a83e783e0aa91e99fd279623490adb4fd0a331a7 (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 327c3ec729107c2470fb1256fdac8e9c350159c7
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Aug 30 17:15:35 2023 +0200

    Skip using raster signatures known to be bogus, during upgrade testing

diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index 5d9a737a3..9f9d66db8 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -34,7 +34,7 @@ RUNTESTFLAGS=-v make check-double-upgrade
 RUNTESTFLAGS=-v make -C regress check-locked-upgrade
 RUNTESTFLAGS=-v make -C topology/test check-locked-upgrade
 
-# This is blocked by https://trac.osgeo.org/postgis/ticket/5500
+# This is blocked by https://trac.osgeo.org/postgis/ticket/5516
 #RUNTESTFLAGS=-v make -C raster/test/regress check-locked-upgrade
 
 #-----------------------------------------------
diff --git a/regress/hooks/use-all-functions.sql b/regress/hooks/use-all-functions.sql
index 1c59526d1..c8f49daed 100644
--- a/regress/hooks/use-all-functions.sql
+++ b/regress/hooks/use-all-functions.sql
@@ -35,27 +35,25 @@ BEGIN
 		AND prokind in ('f','w')
 		-- Skip function known to be problematic
 		AND proname NOT IN (
-			'fake'
-			,'st_approxquantile' -- https://trac.osgeo.org/postgis/ticket/5498
---			,'st_mapalgebrafct' -- https://trac.osgeo.org/postgis/ticket/5500
---			,'st_bandmetadata' -- unreported
---			,'st_bandnodatavalue' -- unreported
---			,'st_setgeoreference' -- unreported
---			,'st_setbandisnodata' -- unreported
---			,'st_setbandnodatavalue' -- unreported
---			,'st_addband' -- unreported
---			,'st_bandisnodata' -- unreported
---			,'st_makeemptyraster' -- unreported
---			,'st_bandpath' -- unreported
---			,'st_bandpixeltype' -- unreported
---			,'st_value' -- unreported
---			,'st_georeference' -- unreported
---			,'st_summarystats' -- unreported
+			'st_approxquantile' -- https://trac.osgeo.org/postgis/ticket/5498
+			,'st_mapalgebrafct' -- https://trac.osgeo.org/postgis/ticket/5500
+			,'st_bandmetadata' -- https://trac.osgeo.org/postgis/ticket/5502
+			,'st_bandnodatavalue' -- https://trac.osgeo.org/postgis/ticket/5503
+			,'st_setgeoreference' -- https://trac.osgeo.org/postgis/ticket/5504
+			,'st_setbandisnodata' -- https://trac.osgeo.org/postgis/ticket/5505
+			,'st_setbandnodatavalue' -- https://trac.osgeo.org/postgis/ticket/5506
+			,'st_makeemptyraster' -- https://trac.osgeo.org/postgis/ticket/5508
+			,'st_addband' -- https://trac.osgeo.org/postgis/ticket/5509
+			,'st_bandisnodata' -- https://trac.osgeo.org/postgis/ticket/5510
+			,'st_bandpath' -- https://trac.osgeo.org/postgis/ticket/5511
+			,'st_bandpixeltype' -- https://trac.osgeo.org/postgis/ticket/5512
+			,'st_value' -- https://trac.osgeo.org/postgis/ticket/5513
+			,'st_georeference' -- https://trac.osgeo.org/postgis/ticket/5514
+			,'st_summarystats' -- https://trac.osgeo.org/postgis/ticket/5515
 		)
 		-- Skip function known to be problematic
 		AND oid::regprocedure::text NOT IN (
-			'fake'
---			,'st_polygon(raster,integer)' -- unreported
+			'st_polygon(raster,integer)' -- https://trac.osgeo.org/postgis/ticket/5507
 		)
 		-- Skip functions taking polymorphic arguments (anyelement)
 		-- as those ones would need us to cast to some real type.

-----------------------------------------------------------------------

Summary of changes:
 ci/dronie/postgis_regress.sh        |  2 +-
 regress/hooks/use-all-functions.sql | 34 ++++++++++++++++------------------
 2 files changed, 17 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list