[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-699-gfdea0c84a

git at osgeo.org git at osgeo.org
Wed Apr 6 02:56:15 PDT 2022


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  fdea0c84adcfdfeba432110bd99d7a5aaa35672e (commit)
      from  5fce0278a40012beb1f05bcb0751dcaffcf2ce42 (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 fdea0c84adcfdfeba432110bd99d7a5aaa35672e
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Apr 6 11:56:07 2022 +0200

    More availability info

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 6acdd550a..168e7bd3a 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1818,7 +1818,7 @@ Returns the identifier of the newly added node.
 		</para>
 
                 <!-- use this format if new function -->
-                <para>Availability: 1.? </para>
+                <para>Availability: 1.1 </para>
                 <para>Changed: 2.0 - In prior versions, this was misnamed ST_ModEdgesSplit</para>
                 <para>&sqlmm_compliant; SQL-MM: Topo-Geo and Topo-Net 3: Routine Details:  X.3.9</para>
 			</refsection>
@@ -2046,7 +2046,7 @@ Updates all existing joined edges and relationships accordingly.
 
 
                 <!-- use this format if new function -->
-                <para>Availability: 1.? </para>
+                <para>Availability: 1.1 </para>
 	<para>&sqlmm_compliant; SQL-MM: Topo-Net Routines:  X.3.8</para>
 			</refsection>
 
diff --git a/topology/sql/sqlmm.sql.in b/topology/sql/sqlmm.sql.in
index 4ff6a51a2..ec2d02c5e 100644
--- a/topology/sql/sqlmm.sql.in
+++ b/topology/sql/sqlmm.sql.in
@@ -216,6 +216,8 @@ CREATE OR REPLACE FUNCTION topology.ST_RemoveIsoEdge(atopology varchar, anedge i
 -- Not in the specs:
 -- * Update references in the Relation table.
 --
+-- Availability: 1.1.0
+--
 CREATE OR REPLACE FUNCTION topology.ST_NewEdgesSplit(atopology varchar, anedge integer, apoint geometry)
   RETURNS INTEGER AS
   'MODULE_PATHNAME','ST_NewEdgesSplit'
@@ -231,6 +233,9 @@ CREATE OR REPLACE FUNCTION topology.ST_NewEdgesSplit(atopology varchar, anedge i
 -- Not in the specs:
 -- * Update references in the Relation table.
 --
+-- Availability: 2.0.0
+-- Replaces ST_ModEdgesSplit(varchar, integer, geometry) deprecated in 2.0.0
+--
 CREATE OR REPLACE FUNCTION topology.ST_ModEdgeSplit(atopology varchar, anedge integer, apoint geometry)
   RETURNS INTEGER AS
 	'MODULE_PATHNAME','ST_ModEdgeSplit'

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

Summary of changes:
 doc/extras_topology.xml   | 4 ++--
 topology/sql/sqlmm.sql.in | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list