[SCM] PostGIS branch master updated. 3.4.0rc1-766-g78deea3f9

git at osgeo.org git at osgeo.org
Mon Nov 13 21:35:12 PST 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  78deea3f9bff7c384344fd8cb4056945b28b9337 (commit)
      from  49a85aa9357fa1660855237af376989c547071ce (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 78deea3f9bff7c384344fd8cb4056945b28b9337
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 14 00:34:44 2023 -0500

    Rename ST_ExtrdueStrai... to CG_ExtrudeStrai..... References https://git.osgeo.org/gitea/postgis/postgis/pulls/157

diff --git a/sfcgal/sfcgal.sql.in b/sfcgal/sfcgal.sql.in
index 946a5b979..584235246 100644
--- a/sfcgal/sfcgal.sql.in
+++ b/sfcgal/sfcgal.sql.in
@@ -223,7 +223,7 @@ CREATE OR REPLACE FUNCTION CG_OptimalConvexPartition(g1 geometry)
 COMMIT;
 
 -- Availability: 3.5.0
-CREATE OR REPLACE FUNCTION ST_ExtrudeStraightSkeleton(g1 geometry, top_height float8, body_height float8 DEFAULT 0.0)
+CREATE OR REPLACE FUNCTION CG_ExtrudeStraightSkeleton(g1 geometry, top_height float8, body_height float8 DEFAULT 0.0)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'sfcgal_extrudestraightskeleton'
        LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE

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

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