[SCM] PostGIS branch master updated. 3.6.0rc2-84-g489825052
git at osgeo.org
git at osgeo.org
Mon Oct 6 14:36:54 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 489825052c458022fe8fe3b698e7d812461688fc (commit)
from 389eaee2863b5b1d06a33670621f98bf56438680 (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 489825052c458022fe8fe3b698e7d812461688fc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Oct 6 14:36:46 2025 -0700
Support build under Pg19devel
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