[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.7-4-g3a1299525

git at osgeo.org git at osgeo.org
Tue Aug 30 08:25: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.1 has been updated
       via  3a12995252864474680ee25aff7d4baa9c590a53 (commit)
       via  f250748d2e2135eeeb35a0ed9126134de947c9ee (commit)
      from  cdb29fb8bdff6fc903f9e02dd2e9cc8a73c71baf (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 3a12995252864474680ee25aff7d4baa9c590a53
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 f250748d2e2135eeeb35a0ed9126134de947c9ee
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 30 17:25:20 2022 +0200

    Stub a new NEWS section

diff --git a/NEWS b/NEWS
index 7565b79ea..d1bc2bfe8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+PostGIS 3.1.8dev
+YYYY/MM/DD
+
+* Bug Fixes
+  - ...
+
 PostGIS 3.1.7
 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