[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.4-23-ga98672411
git at osgeo.org
git at osgeo.org
Fri May 12 13:16:34 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.2 has been updated
via a9867241174da22c763ab64cd84f27649ddacf78 (commit)
from 1e33d3f57d947d49e74880a34e3fbbef4c875d67 (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 a9867241174da22c763ab64cd84f27649ddacf78
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