[SCM] PostGIS branch stable-3.6 updated. 3.6.0-19-g6f86c539c
git at osgeo.org
git at osgeo.org
Wed Oct 8 11:12:00 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.6 has been updated
via 6f86c539c13f461553f414bcf5f86dfa3c5001f2 (commit)
from 03737df1dec03f07453218573d2489d9b8d2622c (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 6f86c539c13f461553f414bcf5f86dfa3c5001f2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Oct 8 11:11:53 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