[SCM] PostGIS branch master updated. 3.5.0alpha2-46-g49883c5c8
git at osgeo.org
git at osgeo.org
Fri Aug 30 02:20:33 PDT 2024
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 49883c5c83de221354e0bf6327b606288048ee8f (commit)
from bb0f19dab776e79804f44c3ab449b6924efa6886 (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 49883c5c83de221354e0bf6327b606288048ee8f
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 30 11:19:48 2024 +0200
Restore 3.4 signature for deprecated ST_3DIntersect SFCGAL function
Closes #5700
diff --git a/sfcgal/sfcgal.sql.in b/sfcgal/sfcgal.sql.in
index 255794f81..278ee8972 100644
--- a/sfcgal/sfcgal.sql.in
+++ b/sfcgal/sfcgal.sql.in
@@ -54,7 +54,7 @@ CREATE OR REPLACE FUNCTION CG_3DIntersection(geom1 geometry, geom2 geometry)
-- Availability: 2.1.0
-- Deprecation in 3.5.0
-CREATE OR REPLACE FUNCTION ST_3DIntersection(geometry, geometry)
+CREATE OR REPLACE FUNCTION ST_3DIntersection(geom1 geometry, geom2 geometry)
RETURNS geometry AS $$
SELECT @extschema at ._postgis_deprecate(
'ST_3DIntersection', 'CG_3DIntersection', '3.5.0');
-----------------------------------------------------------------------
Summary of changes:
sfcgal/sfcgal.sql.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list