[SCM] PostGIS branch master updated. 3.6.0rc2-431-g3c92f0325
git at osgeo.org
git at osgeo.org
Tue Apr 7 12:20:22 PDT 2026
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 3c92f0325b9fc6b2aa056cc6272cd0acb79626f8 (commit)
from 8cfe6fe6de8906da79047f15d4a340a775aa1f51 (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 3c92f0325b9fc6b2aa056cc6272cd0acb79626f8
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Apr 7 21:20:09 2026 +0200
Make function definition more readable
diff --git a/topology/sql/manage/ValidateTopology.sql.in b/topology/sql/manage/ValidateTopology.sql.in
index 3611de981..4dff69603 100644
--- a/topology/sql/manage/ValidateTopology.sql.in
+++ b/topology/sql/manage/ValidateTopology.sql.in
@@ -35,7 +35,7 @@ CREATE TYPE topology.ValidateTopology_ReturnType AS (
-- Availability: 3.6.0
-- Changed: 3.6.0 uses bigint for IDs
-- Replaces _validatetopologygetfaceshellmaximaledgering(varchar, integer) deprecated in 3.6.0
-CREATE OR REPLACE FUNCTION topology._validatetopologygetfaceshellmaximaledgering(atopology varchar, aface bigint)
+CREATE OR REPLACE FUNCTION topology._ValidateTopologyGetFaceShellMaximalEdgeRing(atopology varchar, aface bigint)
RETURNS GEOMETRY AS
$BODY$
DECLARE
-----------------------------------------------------------------------
Summary of changes:
topology/sql/manage/ValidateTopology.sql.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list