[SCM] PostGIS branch master updated. 3.5.0-260-g0743615c8

git at osgeo.org git at osgeo.org
Thu Apr 10 11:10:26 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  0743615c8fb0fbee2e1b676e917958cf0fa4e123 (commit)
      from  4c6e1317d994d54b6584e45169f3ecdf3a6cd44c (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 0743615c8fb0fbee2e1b676e917958cf0fa4e123
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Apr 10 11:06:38 2025 -0700

    Remove unneeded header (and fix pg18 build)

diff --git a/postgis/postgis_legacy.c b/postgis/postgis_legacy.c
index 7661d17e6..f70f5bc91 100644
--- a/postgis/postgis_legacy.c
+++ b/postgis/postgis_legacy.c
@@ -34,7 +34,7 @@
 #include "postgres.h"
 #include "utils/builtins.h"
 #include "../postgis_config.h"
-#include "lwgeom_pg.h"
+// #include "lwgeom_pg.h"
 
 #define POSTGIS_DEPRECATE(version, funcname) \
 	Datum funcname(PG_FUNCTION_ARGS); \

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list