[postgis-tickets] [SCM] PostGIS branch main updated. 3.2.0alpha1-41-g066e0de
git at osgeo.org
git at osgeo.org
Wed Sep 29 03:16:01 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 066e0de515337a503fe848c18cb928b77c96964f (commit)
from a1e945a91b3f5e274a00f25be1551f4c83ead354 (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 066e0de515337a503fe848c18cb928b77c96964f
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Sep 29 12:15:25 2021 +0200
Give possible example failure in ValidateTopology dox
Face without edges for face 0 should never be reported
(an empty topology would have face 0 with no edges...)
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 09c2f74..5aa96ee 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -712,7 +712,7 @@ area specified by the <varname>bbox</varname> parameter.
<programlisting>SELECT * FROM topology.ValidateTopology('ma_topo');
error | id1 | id2
-------------------+-----+-----
-face without edges | 0 |
+face without edges | 1 |
</programlisting>
</refsection>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_topology.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list