[SCM] PostGIS branch stable-3.5 updated. 3.5.3-68-gb33ea0a6d

git at osgeo.org git at osgeo.org
Wed Oct 8 11:12:12 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, stable-3.5 has been updated
       via  b33ea0a6df77f4a37396fd00c248f34da32910cc (commit)
      from  4991a8dd1cf17db8afa5391a8dfe668b0182b6a2 (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 b33ea0a6df77f4a37396fd00c248f34da32910cc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Oct 8 11:12:07 2025 -0700

    Add in headers for Pg19 build

diff --git a/postgis/lwgeom_transform.c b/postgis/lwgeom_transform.c
index df9cf4e4d..58bbac8d6 100644
--- a/postgis/lwgeom_transform.c
+++ b/postgis/lwgeom_transform.c
@@ -22,13 +22,16 @@
  *
  **********************************************************************/
 
+#include "../postgis_config.h"
 
 #include "postgres.h"
 #include "fmgr.h"
 #include "funcapi.h"
+#if POSTGIS_PGSQL_VERSION >= 190
+#include "access/htup_details.h"
+#endif
 #include "utils/builtins.h"
 
-#include "../postgis_config.h"
 #include "liblwgeom.h"
 #include "lwgeodetic.h"
 #include "stringbuffer.h"

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

Summary of changes:
 postgis/lwgeom_transform.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list