[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-693-g9870fd492
git at osgeo.org
git at osgeo.org
Mon Apr 4 20:44:37 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 9870fd492f4bc58f3a46e16a015705d2aa61fdf7 (commit)
from 3af56023fd1c70168e555364562d7c950ec8e34b (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 9870fd492f4bc58f3a46e16a015705d2aa61fdf7
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 4 23:44:26 2022 -0400
Fix compile against PG15. Took out too much last time. References #5123 for PostGIS 3.3
diff --git a/postgis/lwgeom_out_geojson.c b/postgis/lwgeom_out_geojson.c
index f61a5609a..44489f656 100644
--- a/postgis/lwgeom_out_geojson.c
+++ b/postgis/lwgeom_out_geojson.c
@@ -337,7 +337,7 @@ json_categorize_type(Oid typoid,
break;
}
}
-
+#endif
/*
* Turn a Datum into JSON text, appending the string to "result".
*
@@ -736,4 +736,3 @@ postgis_JsonEncodeDateTime(char *buf, Datum value, Oid typid)
return buf;
}
-#endif
-----------------------------------------------------------------------
Summary of changes:
postgis/lwgeom_out_geojson.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list