[SCM] PostGIS branch master updated. 3.5.0alpha1-4-g74e0e52d2

git at osgeo.org git at osgeo.org
Fri Jul 5 03:35:56 PDT 2024


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  74e0e52d2ab4a996a009965d84da30b941d46c2c (commit)
      from  bbbe6bb436483f7eb16e6a57fea12bcdf63cf5bc (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 74e0e52d2ab4a996a009965d84da30b941d46c2c
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 5 06:29:24 2024 -0400

    Fix spelling errors (Bas Couwenberg)
    Closes #5760 for PostGIS 3.5.0

diff --git a/NEWS b/NEWS
index bc17e50ff..f437a45e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
-PostGIS 3.5.0
+PostGIS 3.5.0alpha2
 2024/xx/xx
 
+Changes since alpha1
+
+#5760, postgis_topology: Fix spelling errors (Bas Couwenberg)
+
 To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.
+PostgreSQL 12-17 supported
 
 Many thanks to our translation teams, in particular:
 
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 3f48f8e29..72c1baa87 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -2301,8 +2301,8 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
 
 /**
  * @param modFace can be
- *    0 - have two new faces replace a splitted face
- *    1 - modify a splitted face, adding a new one
+ *    0 - have two new faces replace a spli face
+ *    1 - modify a split face, adding a new one
  *   -1 - do not check at all for face splitting
  *
  */
@@ -5231,7 +5231,7 @@ _lwt_SnapEdgeToExistingNode(
         ret = _lwt_FindAdjacentEdges( topo, node->node_id, &(splitNodeEdgeEnds[n]), NULL, -1 );
         if ( ! ret ) {
             lwerror("Unexpected backend return: _lwt_FindAdjacentEdges(%"
-              LWTFMT_ELEMID ") found no edges when we previously splitted edge %"
+              LWTFMT_ELEMID ") found no edges when we previously split edge %"
               LWTFMT_ELEMID "d on it",
               node->node_id, edge->edge_id);
             return -1;
@@ -5639,7 +5639,7 @@ _lwt_SnapEdgeToExistingNode(
 
     /*****
      *
-     * Update the splitted edge
+     * Update the split edge
      *
      */
 
diff --git a/regress/run_test.pl b/regress/run_test.pl
index a3724bf82..e5d12239d 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1915,7 +1915,7 @@ sub upgrade_spatial_extensions
     }
 
     # Handle raster split if coming from pre-split extension
-    # and going to splitted raster
+    # and going to split raster
     if ( $OPT_UPGRADE_FROM &&
          ( not $OPT_UPGRADE_FROM =~ /^unpackaged/ ) &&
          has_split_raster_ext($OPT_UPGRADE_TO) &&

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

Summary of changes:
 NEWS                         | 7 ++++++-
 liblwgeom/topo/lwgeom_topo.c | 8 ++++----
 regress/run_test.pl          | 2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list