[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-57-gb3d40cb28

git at osgeo.org git at osgeo.org
Fri May 12 13:14:50 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.3 has been updated
       via  b3d40cb28175a37bbb4a51a752930447f045b959 (commit)
      from  faa957cf3926e1f890e6b3d892bfe27bf5493ff9 (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 b3d40cb28175a37bbb4a51a752930447f045b959
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 b639ff77c..51faf3ef5 100644
--- a/regress/hooks/hook-after-upgrade.sql
+++ b/regress/hooks/hook-after-upgrade.sql
@@ -24,3 +24,4 @@ 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 | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list