[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.0-4-g87ceee0d9

git at osgeo.org git at osgeo.org
Tue Aug 30 05:47:15 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.3 has been updated
       via  87ceee0d9cd876de36db6e7e8e953757973654e8 (commit)
       via  66bd483734e5ca7f8afb9167f1bf8e8f3239a55a (commit)
       via  026602709874aed22992ac43523080fbfea3d570 (commit)
      from  b760d22b0ce906de57ea6d851e809b2013f2cbb3 (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 87ceee0d9cd876de36db6e7e8e953757973654e8
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 66bd483734e5ca7f8afb9167f1bf8e8f3239a55a
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 30 14:46:51 2022 +0200

    Add 3.3.0 as upgradeable version

diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index b28957b18..fb0fb218f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -77,4 +77,5 @@ UPGRADEABLE_VERSIONS = \
 	3.2.0 \
 	3.2.1 \
 	3.2.2 \
-	3.2.3
+	3.2.3 \
+	3.3.0

commit 026602709874aed22992ac43523080fbfea3d570
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 30 14:46:07 2022 +0200

    Stub new NEWS section

diff --git a/NEWS b/NEWS
index fd8a1ec8a..c6aa40937 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+PostGIS 3.3.1dev
+2022/MM/DD
+
+ * Bug Fix *
+  - ...
+
 PostGIS 3.3.0
 2022/08/26
 

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

Summary of changes:
 NEWS                               | 6 ++++++
 extensions/upgradeable_versions.mk | 3 ++-
 postgis/lwgeom_functions_lrs.c     | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list