[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-331-g2560e05

git at osgeo.org git at osgeo.org
Wed Jul 14 03:16:52 PDT 2021


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, main has been updated
       via  2560e05787a5cf9b70ad5a59868344c6ad609a71 (commit)
      from  54a0c748dbb165847c1d0fe3abbe22dd48b8237a (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 2560e05787a5cf9b70ad5a59868344c6ad609a71
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 14 12:16:23 2021 +0200

    Use MaximalEdgeRing for the name of possibly inverted outmost ring of a face

diff --git a/topology/sql/manage/ValidateTopology.sql.in b/topology/sql/manage/ValidateTopology.sql.in
index c9cd13f..82dca61 100644
--- a/topology/sql/manage/ValidateTopology.sql.in
+++ b/topology/sql/manage/ValidateTopology.sql.in
@@ -27,7 +27,7 @@ CREATE TYPE topology.ValidateTopology_ReturnType AS (
 -- Return the exterior ring of a topology face
 --
 --
-CREATE OR REPLACE FUNCTION topology._ValidateTopologyGetFaceShell(atopology varchar, aface int)
+CREATE OR REPLACE FUNCTION topology._ValidateTopologyGetFaceShellMaximalEdgeRing(atopology varchar, aface int)
 RETURNS GEOMETRY AS
 $BODY$
 DECLARE
@@ -931,7 +931,7 @@ BEGIN
   THEN --{
     INSERT INTO pg_temp.face_check
     SELECT face_id,
-      topology._ValidateTopologyGetFaceShell(toponame, face_id),
+      topology._ValidateTopologyGetFaceShellMaximalEdgeRing(toponame, face_id),
       mbr
     FROM face
     WHERE mbr && bbox

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list