[SCM] PostGIS branch master updated. 3.5.0alpha2-50-g254ae9929

git at osgeo.org git at osgeo.org
Fri Aug 30 03:22:34 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  254ae9929367ffc7e0f7d6e972aedc34960dbbb4 (commit)
      from  aef3e41ab10e2f80cdbdf58f623faa92e52b0b10 (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 254ae9929367ffc7e0f7d6e972aedc34960dbbb4
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 30 12:21:46 2024 +0200

    Restore 3.4 signature for deprecated sfcgal 3d functions
    
    References #5700, #5773

diff --git a/sfcgal/sfcgal.sql.in b/sfcgal/sfcgal.sql.in
index 278ee8972..eb018ad7e 100644
--- a/sfcgal/sfcgal.sql.in
+++ b/sfcgal/sfcgal.sql.in
@@ -93,7 +93,7 @@ CREATE OR REPLACE FUNCTION CG_3DDifference(geom1 geometry, geom2 geometry)
 
 -- Availability: 2.2
 -- Deprecation in 3.5.0
-CREATE OR REPLACE FUNCTION ST_3DDifference(geometry, geometry)
+CREATE OR REPLACE FUNCTION ST_3DDifference(geom1 geometry, geom2 geometry)
 RETURNS geometry AS $$
 	SELECT @extschema at ._postgis_deprecate(
 		'ST_3DDifference', 'CG_3DDifference', '3.5.0');
@@ -132,7 +132,7 @@ CREATE AGGREGATE ST_3DUnion(geometry) (
 
 -- Availability: 2.2
 -- Deprecation in 3.5.0
-CREATE OR REPLACE FUNCTION ST_3DUnion(geometry, geometry)
+CREATE OR REPLACE FUNCTION ST_3DUnion(geom1 geometry, geom2 geometry)
 RETURNS geometry AS $$
 	SELECT @extschema at ._postgis_deprecate(
 		'ST_3DUnion', 'CG_3DUnion', '3.5.0');

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

Summary of changes:
 sfcgal/sfcgal.sql.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list