[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-34-g2d8347668

git at osgeo.org git at osgeo.org
Sat Sep 3 10:45:17 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  2d8347668653a6d74ef435a040b343e310c5cf27 (commit)
      from  0f04ab706f81c6c142fe1d8caf22bacd2624ef8e (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 2d8347668653a6d74ef435a040b343e310c5cf27
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 3 13:45:12 2022 -0400

    Missed a spot, References #5231 for PostGIS 3.4.0

diff --git a/postgis/lwgeom_out_geojson.c b/postgis/lwgeom_out_geojson.c
index b4dfe16ba..b545913d4 100644
--- a/postgis/lwgeom_out_geojson.c
+++ b/postgis/lwgeom_out_geojson.c
@@ -68,7 +68,7 @@ static void composite_to_json(Datum composite, StringInfo result,
 static void datum_to_json(Datum val, bool is_null, StringInfo result,
 						  JsonTypeCategory tcategory, Oid outfuncoid,
 						  bool key_scalar);
-#if POSTGIS_PGSQL_VERSION < 150
+#if POSTGIS_PGSQL_VERSION < 170
 static void json_categorize_type(Oid typoid,
 								 JsonTypeCategory *tcategory,
 								 Oid *outfuncoid);

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

Summary of changes:
 postgis/lwgeom_out_geojson.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list