[SCM] PostGIS branch master updated. 3.4.0rc1-935-g8ed84517a

git at osgeo.org git at osgeo.org
Sat Feb 17 01:01:07 PST 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  8ed84517a9b86c86724504d1b6a0f0c1ccd86cf6 (commit)
      from  53b48e51df0991680fefd7af44a8faf33668306b (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 8ed84517a9b86c86724504d1b6a0f0c1ccd86cf6
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Feb 17 10:00:54 2024 +0100

    Comments and cleanups

diff --git a/topology/sql/populate.sql.in b/topology/sql/populate.sql.in
index e7cd3531f..96909066e 100644
--- a/topology/sql/populate.sql.in
+++ b/topology/sql/populate.sql.in
@@ -703,7 +703,7 @@ CREATE OR REPLACE FUNCTION topology.TopoGeo_AddPoint(atopology varchar, apoint g
 --  Add a LineString into a topology
 --
 -- }{
-CREATE OR REPLACE FUNCTION topology.TopoGeo_addLinestring(atopology varchar, aline geometry, tolerance float8 DEFAULT 0)
+CREATE OR REPLACE FUNCTION topology.TopoGeo_AddLinestring(atopology varchar, aline geometry, tolerance float8 DEFAULT 0)
 	RETURNS SETOF int AS
 	'MODULE_PATHNAME', 'TopoGeo_AddLinestring'
   LANGUAGE 'c' VOLATILE;
@@ -738,11 +738,13 @@ LANGUAGE 'plpgsql';
 --} TopoGeo_AddGeometry
 
 
-CREATE OR REPLACE FUNCTION topology._TopoGeo_addLinestringNoFace(atopology varchar, aline geometry, tolerance float8 DEFAULT 0)
+-- Internal function used by ST_CreateTopoGeo
+CREATE OR REPLACE FUNCTION topology._TopoGeo_AddLinestringNoFace(atopology varchar, aline geometry, tolerance float8 DEFAULT 0)
 	RETURNS void AS
 	'MODULE_PATHNAME', 'TopoGeo_AddLinestringNoFace'
   LANGUAGE 'c' VOLATILE STRICT;
 
+-- Internal function used by ST_CreateTopoGeo
 CREATE OR REPLACE FUNCTION topology._RegisterMissingFaces(atopology varchar)
 	RETURNS void AS
 	'MODULE_PATHNAME', 'RegisterMissingFaces'

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list