[SCM] PostGIS branch master updated. 3.5.0-311-g9b738ecc7

git at osgeo.org git at osgeo.org
Wed May 7 08:13:28 PDT 2025


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  9b738ecc78278df1539c7f6064e4493ab8ff4c66 (commit)
       via  6da3e5ca4b4aa2081e9df6efd273a2ed326771d9 (commit)
      from  9c33bcbac5ed4171da414523c71b0cf3f110c024 (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 9b738ecc78278df1539c7f6064e4493ab8ff4c66
Merge: 9c33bcbac 6da3e5ca4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed May 7 08:13:22 2025 -0700

    Merge branch 'lbartoletti-missing_define_sfcgal_triangulated_surface_add_patch'


commit 6da3e5ca4b4aa2081e9df6efd273a2ed326771d9
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Wed May 7 15:50:50 2025 +0200

    chore(SFCGAL): Add missing define alias for sfcgal_triangulated_surface_add_patch

diff --git a/liblwgeom/lwgeom_sfcgal.c b/liblwgeom/lwgeom_sfcgal.c
index 3de8ddce8..baee870d5 100644
--- a/liblwgeom/lwgeom_sfcgal.c
+++ b/liblwgeom/lwgeom_sfcgal.c
@@ -28,6 +28,7 @@
 #if POSTGIS_SFCGAL_VERSION >= 20100
 #define sfcgal_triangulated_surface_num_triangles(g) sfcgal_triangulated_surface_num_patches((g))
 #define sfcgal_triangulated_surface_triangle_n(g,i)  sfcgal_triangulated_surface_patch_n((g), (i))
+#define sfcgal_triangulated_surface_add_triangle(g, p) sfcgal_triangulated_surface_add_patch((g), (p))
 #define sfcgal_polyhedral_surface_num_polygons(g)    sfcgal_polyhedral_surface_num_patches((g))
 #define sfcgal_polyhedral_surface_polygon_n(g,i)     sfcgal_polyhedral_surface_patch_n((g), (i))
 #define sfcgal_geometry_collection_num_geometries(g) sfcgal_geometry_num_geometries((g))

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

Summary of changes:
 liblwgeom/lwgeom_sfcgal.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list