[SCM] PostGIS branch master updated. 3.5.0-411-gdceadf04f

git at osgeo.org git at osgeo.org
Mon Jun 30 20:37:51 PDT 2025


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  dceadf04ff3e1f2b5df2394e4d21ea006a3014c2 (commit)
      from  dd8ff6ce6253db055967f60ab50f5d39725d1b59 (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 dceadf04ff3e1f2b5df2394e4d21ea006a3014c2
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 30 23:37:20 2025 -0400

    PostgreSQL master flipped to pg 19, push the json thing forward, may never happen, but just in case

diff --git a/postgis/lwgeom_out_geojson.c b/postgis/lwgeom_out_geojson.c
index f3fa046df..e918c7565 100644
--- a/postgis/lwgeom_out_geojson.c
+++ b/postgis/lwgeom_out_geojson.c
@@ -32,7 +32,7 @@
 #include "lwgeom_log.h"
 #include "liblwgeom.h"
 
-#if POSTGIS_PGSQL_VERSION < 190
+#if POSTGIS_PGSQL_VERSION < 200
 typedef enum					/* type categories for datum_to_json */
 {
 	JSONTYPE_NULL,				/* null, so we didn't bother to identify */

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

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