[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-137-g6f9e4cd82
git at osgeo.org
git at osgeo.org
Fri Sep 1 07:16:55 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 6f9e4cd82b884466510140421a2868fa6cf21c85 (commit)
from 36bc628269f2324f8fae82b588466b8633b8fd63 (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 6f9e4cd82b884466510140421a2868fa6cf21c85
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Sep 1 16:16:16 2023 +0200
Update use-all-functions after ugprade fixes
diff --git a/regress/hooks/use-all-functions.sql b/regress/hooks/use-all-functions.sql
index f7276c8a0..9100e2e2a 100644
--- a/regress/hooks/use-all-functions.sql
+++ b/regress/hooks/use-all-functions.sql
@@ -36,31 +36,6 @@ BEGIN
-- Skip function known to be problematic
AND proname NOT IN (
'st_approxquantile' -- https://trac.osgeo.org/postgis/ticket/5498
- ,'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
- ,'st_approxsummarystats' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_valuecount' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_nearestvalue' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_neighborhood' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_hillshade' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_setvalue' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- )
- -- Skip function known to be problematic
- AND oid::regprocedure::text NOT IN (
- 'st_polygon(raster,integer)' -- https://trac.osgeo.org/postgis/ticket/5507
- ,'st_intersection(raster,integer,geometry)' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
- ,'st_intersection(raster,geometry)' -- GENERIC https://trac.osgeo.org/postgis/ticket/5516
)
-- Skip functions taking polymorphic arguments (anyelement)
-- as those ones would need us to cast to some real type.
-----------------------------------------------------------------------
Summary of changes:
regress/hooks/use-all-functions.sql | 25 -------------------------
1 file changed, 25 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list