[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta3-5-gb89060db8

git at osgeo.org git at osgeo.org
Thu Dec 9 22:25:13 PST 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, master has been updated
       via  b89060db83cb8b17051b00cbf772a75e60b54a1a (commit)
       via  45077e7b0ad1bc944f4f5b0d5a23f56b4fd6db70 (commit)
      from  705d3a3c78f595da0a26b6033ef29d9ae502f719 (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 b89060db83cb8b17051b00cbf772a75e60b54a1a
Merge: 705d3a3c7 45077e7b0
Author: sunhm89 <93200340+sunhm89 at users.noreply.github.com>
Date:   Fri Dec 10 09:20:05 2021 +0300

    Merge 45077e7b0ad1bc944f4f5b0d5a23f56b4fd6db70 into 705d3a3c78f595da0a26b6033ef29d9ae502f719


commit 45077e7b0ad1bc944f4f5b0d5a23f56b4fd6db70
Author: sunhm89 <93200340+sunhm89 at users.noreply.github.com>
Date:   Mon Dec 6 16:01:12 2021 +0800

    fix typo in lwgeom_geos_cluster.c

diff --git a/liblwgeom/lwgeom_geos_cluster.c b/liblwgeom/lwgeom_geos_cluster.c
index 2438663f2..7e1b6f607 100644
--- a/liblwgeom/lwgeom_geos_cluster.c
+++ b/liblwgeom/lwgeom_geos_cluster.c
@@ -311,7 +311,7 @@ union_if_available(UNIONFIND* uf, uint32_t p, uint32_t q, char* is_in_core, char
 
 /* An optimized DBSCAN union for the case where min_points == 1.
  * If min_points == 1, then we don't care how many neighbors we find; we can union clusters
- * on the fly, as as we go through the distance calculations.  This potentially allows us
+ * on the fly, as we go through the distance calculations.  This potentially allows us
  * to avoid some distance computations altogether.
  */
 static int

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/lwgeom_geos_cluster.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list