[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.8-16-g0a29aee1d

git at osgeo.org git at osgeo.org
Fri May 12 13:27:58 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, stable-3.1 has been updated
       via  0a29aee1db9e60dceccfc80213ffb6ae97c7899e (commit)
      from  61d961d226fb50beda1620ddcdc55b724b55a9d2 (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 0a29aee1db9e60dceccfc80213ffb6ae97c7899e
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 12 22:13:38 2023 +0200

    Fix upgrade test by dropping deprecated function after upgrade

diff --git a/regress/hooks/hook-after-upgrade.sql b/regress/hooks/hook-after-upgrade.sql
index efc4e72c5..98e9a478f 100644
--- a/regress/hooks/hook-after-upgrade.sql
+++ b/regress/hooks/hook-after-upgrade.sql
@@ -20,6 +20,9 @@ DROP FUNCTION IF EXISTS st_difference_deprecated_by_postgis_301(geometry,geometr
 DROP FUNCTION IF EXISTS st_symdifference_deprecated_by_postgis_301(geometry,geometry);
 DROP FUNCTION IF EXISTS st_unaryunion_deprecated_by_postgis_301(geometry);
 DROP FUNCTION IF EXISTS st_subdivide_deprecated_by_postgis_301(geometry,integer);
+DROP FUNCTION IF EXISTS st_askml_deprecated_by_postgis_200(geometry,integer);
+DROP FUNCTION IF EXISTS st_askml_deprecated_by_postgis_200(geography,integer);
 DROP FUNCTION IF EXISTS st_dwithin_deprecated_by_postgis_300(geography,geography,float8);
 DROP FUNCTION IF EXISTS st_dwithin_deprecated_by_postgis_300(text,text,float8);
 DROP FUNCTION IF EXISTS st_clusterkmeans_deprecated_by_postgis_302(geometry,integer);
+DROP FUNCTION IF EXISTS st_distance_deprecated_by_postgis_300(geography,geography);

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

Summary of changes:
 regress/hooks/hook-after-upgrade.sql | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list