[SCM] PostGIS branch master updated. 3.4.0rc1-758-g85890e310

git at osgeo.org git at osgeo.org
Sun Nov 12 23:57:09 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  85890e31010ff9d74da6f97f353507d5b73d29df (commit)
      from  6c9cb16cc8d1161f72b22e5f93b8a08b2d5e1813 (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 85890e31010ff9d74da6f97f353507d5b73d29df
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 13 02:57:07 2023 -0500

    Fix availability notices of SFCGAL Add Partitions functions

diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index abb1fab65..8dff4f89f 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -1461,7 +1461,7 @@ MULTIPOLYGON(
         </para></note>
 
 
-		<para>Availability: 3.4.0 - requires SFCGAL >= 1.5.0.</para>
+		<para>Availability: 3.5.0 - requires SFCGAL >= 1.5.0.</para>
 		<para>&sfcgal_required;</para>
 	  </refsection>
 
@@ -1515,7 +1515,7 @@ MULTIPOLYGON(
         </para></note>
 
 
-		<para>Availability: 3.4.0 - requires SFCGAL >= 1.5.0.</para>
+		<para>Availability: 3.5.0 - requires SFCGAL >= 1.5.0.</para>
 		<para>&sfcgal_required;</para>
 	  </refsection>
 
@@ -1568,7 +1568,7 @@ MULTIPOLYGON(
         </para></note>
 
 
-		<para>Availability: 3.4.0 - requires SFCGAL >= 1.5.0.</para>
+		<para>Availability: 3.5.0 - requires SFCGAL >= 1.5.0.</para>
 		<para>&sfcgal_required;</para>
 	  </refsection>
 
@@ -1622,7 +1622,7 @@ MULTIPOLYGON(
         </para></note>
 
 
-		<para>Availability: 3.4.0 - requires SFCGAL >= 1.5.0.</para>
+		<para>Availability: 3.5.0 - requires SFCGAL >= 1.5.0.</para>
 		<para>&sfcgal_required;</para>
 	  </refsection>
 
diff --git a/sfcgal/sfcgal.sql.in b/sfcgal/sfcgal.sql.in
index 54accb757..851373ec1 100644
--- a/sfcgal/sfcgal.sql.in
+++ b/sfcgal/sfcgal.sql.in
@@ -190,7 +190,7 @@ CREATE OR REPLACE FUNCTION ST_OptimalAlphaShape(g1 geometry, allow_holes boolean
        COST 100;
 COMMIT;
 
--- Availability: 3.4.0
+-- Availability: 3.5.0
 CREATE OR REPLACE FUNCTION CG_YMonotonePartition(g1 geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'sfcgal_ymonotonepartition'
@@ -198,7 +198,7 @@ CREATE OR REPLACE FUNCTION CG_YMonotonePartition(g1 geometry)
        COST 100;
 COMMIT;
 
--- Availability: 3.4.0
+-- Availability: 3.5.0
 CREATE OR REPLACE FUNCTION CG_ApproxConvexPartition(g1 geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'sfcgal_approxconvexpartition'
@@ -206,7 +206,7 @@ CREATE OR REPLACE FUNCTION CG_ApproxConvexPartition(g1 geometry)
        COST 100;
 COMMIT;
 
--- Availability: 3.4.0
+-- Availability: 3.5.0
 CREATE OR REPLACE FUNCTION CG_GreeneApproxConvexPartition(g1 geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'sfcgal_greeneapproxconvexpartition'
@@ -214,7 +214,7 @@ CREATE OR REPLACE FUNCTION CG_GreeneApproxConvexPartition(g1 geometry)
        COST 100;
 COMMIT;
 
--- Availability: 3.4.0
+-- Availability: 3.5.0
 CREATE OR REPLACE FUNCTION CG_OptimalConvexPartition(g1 geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'sfcgal_optimalconvexpartition'

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

Summary of changes:
 doc/reference_sfcgal.xml | 8 ++++----
 sfcgal/sfcgal.sql.in     | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list