[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-286-gce90fc7
git at osgeo.org
git at osgeo.org
Thu Jul 8 04:34:10 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 ce90fc77c3b3bd673ef30829bc8205a683e47390 (commit)
from 8b0ecf66da15b39093f36b6be84b5f84817d5bac (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 ce90fc77c3b3bd673ef30829bc8205a683e47390
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 8 13:33:54 2021 +0200
Reduce debugging during ValidateTopology
diff --git a/topology/sql/manage/ValidateTopology.sql.in b/topology/sql/manage/ValidateTopology.sql.in
index 375cd29..81f4572 100644
--- a/topology/sql/manage/ValidateTopology.sql.in
+++ b/topology/sql/manage/ValidateTopology.sql.in
@@ -180,11 +180,11 @@ BEGIN
FROM edgering
INTO rec;
- RAISE DEBUG 'Ring % - edges:[%], faces:[%]',
- nextEdge,
- array_to_string(rec.edges, ','),
- array_to_string(rec.side_faces, ',')
- ;
+-- RAISE DEBUG 'Ring % - edges:[%], faces:[%]',
+-- nextEdge,
+-- array_to_string(rec.edges, ','),
+-- array_to_string(rec.side_faces, ',')
+-- ;
-- Check that there's a single face advertised
IF array_upper(rec.side_faces,1) != 1
-----------------------------------------------------------------------
Summary of changes:
topology/sql/manage/ValidateTopology.sql.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list