[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-808-g6080076af
git at osgeo.org
git at osgeo.org
Fri May 12 13:13: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 6080076af801c1b13f1a6bafa88d5ef41b1cf0a3 (commit)
from 08ede3e3f105c4e0116125d47a4d34c83487a5ff (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 6080076af801c1b13f1a6bafa88d5ef41b1cf0a3
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