[SCM] PostGIS branch master updated. 3.6.0rc2-646-g2774c1f8d
git at osgeo.org
git at osgeo.org
Sun Jun 21 10:01:31 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 2774c1f8dc0960efaf1c23cf2f514f11cff8adef (commit)
from 1c8bb486ca51d64a9cc767c0a2a487c2275be33b (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 2774c1f8dc0960efaf1c23cf2f514f11cff8adef
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Jun 21 21:00:22 2026 +0400
doc: clarify repeated ring point validity
Closes #3425
Closes https://github.com/postgis/postgis/pull/1017
diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml
index be8c75391..d7ed22913 100644
--- a/doc/using_postgis_dataman.xml
+++ b/doc/using_postgis_dataman.xml
@@ -1090,6 +1090,13 @@ SELECT
</para></listitem>
</orderedlist>
+ <para>
+ Consecutive repeated points in a polygon boundary ring are treated as
+ redundant vertices, and do not make the polygon invalid. Repeated points
+ that cause the boundary to self-intersect, self-touch, or collapse
+ still violate the validity rules.
+ </para>
+
<informaltable frame="none">
<tgroup cols="1">
<tbody>
-----------------------------------------------------------------------
Summary of changes:
doc/using_postgis_dataman.xml | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list