[SCM] PostGIS branch master updated. 3.6.0rc2-279-g76123f9f6
git at osgeo.org
git at osgeo.org
Tue Jan 13 02:59:42 PST 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 76123f9f6e9653e7f7cce728046b42da1fc1ff03 (commit)
via 5dbb1546c1a7d6158d099be9b1268966230419db (commit)
from 48a31d424a91b9fda7c125a5c5594689e87d562c (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 76123f9f6e9653e7f7cce728046b42da1fc1ff03
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jan 13 11:59:32 2026 +0100
Clarify comment
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 61edd3ef5..5dd4b1f6d 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -2238,7 +2238,7 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
if ( found ) continue;
LWDEBUGF(1, "Edge %" LWTFMT_ELEMID " is not a known edge of the new ring", e->edge_id);
- /* Check if the edge is now binding a different face */
+ /* Check if the edge is inside the new face */
if ( ! getPoint2d_p(e->geom->points, 0, &ep) )
{
commit 5dbb1546c1a7d6158d099be9b1268966230419db
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jan 13 11:59:21 2026 +0100
Fix typo in comment
diff --git a/liblwgeom/lwalgorithm.c b/liblwgeom/lwalgorithm.c
index 5cb90a04c..1ab3d74a6 100644
--- a/liblwgeom/lwalgorithm.c
+++ b/liblwgeom/lwalgorithm.c
@@ -97,7 +97,7 @@ lw_pt_in_arc(const POINT2D *P, const POINT2D *A1, const POINT2D *A2, const POINT
/**
* Returns true if P is between A1/A2. Only makes sense if P has already been
-* deterined to be on the line defined by A1/A2.
+* determined to be on the line defined by A1/A2.
*/
int
lw_pt_in_seg(const POINT2D *P, const POINT2D *A1, const POINT2D *A2)
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwalgorithm.c | 2 +-
liblwgeom/topo/lwgeom_topo.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list