[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-7-gef493420f

git at osgeo.org git at osgeo.org
Tue Aug 30 05:44:25 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, master has been updated
       via  ef493420f4a3c429780b1cdb006b36d36dc8948e (commit)
      from  92ef653262e4d3e22935c82c8cadc880ca794c1c (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 ef493420f4a3c429780b1cdb006b36d36dc8948e
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();
 	}
 

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

Summary of changes:
 postgis/lwgeom_functions_lrs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list