[SCM] PostGIS branch stable-3.5 updated. 3.5.3-28-g0dfc6a2c7

git at osgeo.org git at osgeo.org
Fri Jul 4 21:04:09 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  0dfc6a2c78a0c7c0d55050ef6520c0614301da84 (commit)
      from  937abd4904e4b05ea4a83a18bbf647142ddefbb3 (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 0dfc6a2c78a0c7c0d55050ef6520c0614301da84
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jul 4 21:04:01 2025 -0700

    Version guard static function

diff --git a/postgis/lwgeom_geos_predicates.c b/postgis/lwgeom_geos_predicates.c
index 1cd9cbba0..3b918dab7 100644
--- a/postgis/lwgeom_geos_predicates.c
+++ b/postgis/lwgeom_geos_predicates.c
@@ -880,6 +880,8 @@ Datum coveredby(PG_FUNCTION_ARGS)
 	PG_RETURN_BOOL(result);
 }
 
+
+#if POSTGIS_GEOS_VERSION >= 31300
 /*
  *  Flip the DE9IM matrix around the diagonal to
  *  account for flipping the order of the operands
@@ -893,6 +895,7 @@ imInvert(char *im)
 	t = im[2]; im[2] = im[6]; im[6] = t;
 	t = im[5]; im[5] = im[7]; im[7] = t;
 }
+#endif
 
 PG_FUNCTION_INFO_V1(relate_pattern);
 Datum relate_pattern(PG_FUNCTION_ARGS)

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

Summary of changes:
 postgis/lwgeom_geos_predicates.c | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list