[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.3-4-g4f16e93b7

git at osgeo.org git at osgeo.org
Tue Aug 30 05:48:47 PDT 2022


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, stable-3.2 has been updated
       via  4f16e93b793c32338fd4e08aa6700045beee45d5 (commit)
       via  2b5f05616bc2aeb3802f9dfd2a395946ccabcf9a (commit)
      from  d4121c0fcd7d8c35b6ea4caa8b49c1f9eda9649f (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 4f16e93b793c32338fd4e08aa6700045beee45d5
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 30 14:43:56 2022 +0200

    Typo: 2st -> 2nd
    
    Closes #5227

diff --git a/postgis/lwgeom_functions_lrs.c b/postgis/lwgeom_functions_lrs.c
index 473d1159f..474d07ea9 100644
--- a/postgis/lwgeom_functions_lrs.c
+++ b/postgis/lwgeom_functions_lrs.c
@@ -195,7 +195,7 @@ Datum ST_InterpolatePoint(PG_FUNCTION_ARGS)
 	}
 	if ( gserialized_get_type(gser_point) != POINTTYPE )
 	{
-		elog(ERROR,"ST_InterpolatePoint: 2st argument isn't a point");
+		elog(ERROR,"ST_InterpolatePoint: 2nd argument isn't a point");
 		PG_RETURN_NULL();
 	}
 
@@ -233,7 +233,7 @@ Datum LWGEOM_line_locate_point(PG_FUNCTION_ARGS)
 	}
 	if ( gserialized_get_type(geom2) != POINTTYPE )
 	{
-		elog(ERROR,"line_locate_point: 2st arg isn't a point");
+		elog(ERROR,"line_locate_point: 2nd arg isn't a point");
 		PG_RETURN_NULL();
 	}
 

commit 2b5f05616bc2aeb3802f9dfd2a395946ccabcf9a
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 30 14:48:36 2022 +0200

    Stub next NEWS section

diff --git a/NEWS b/NEWS
index 8fd6075f1..3579de37f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+PostGIS 3.2.4dev
+2022/MM/DD
+
+* Bug Fixes *
+  - ...
+
 PostGIS 3.2.3
 2022/08/18
 

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

Summary of changes:
 NEWS                           | 6 ++++++
 postgis/lwgeom_functions_lrs.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list