[SCM] PostGIS branch master updated. 3.6.0rc1-22-g577574c8f
git at osgeo.org
git at osgeo.org
Wed Aug 20 20:59:21 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 577574c8f3998712b2297e5f7f8fa5b1bc43907f (commit)
from a2d0be448a4a505c0eb28a9ece8144adaa0a9945 (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 577574c8f3998712b2297e5f7f8fa5b1bc43907f
Author: Regina Obe <lr at pcorp.us>
Date: Wed Aug 20 23:56:10 2025 -0400
Fix issue with building --without-topology
- Closes #5969 for PostGIS 3.6.0
- Have winnie regress test --without-topology
References #5956
This will prevent that failing winnie topology test
and also server to test building --without-topology
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 44b64af18..08e1759c3 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -83,6 +83,7 @@ LDFLAGS="-Wl,--enable-auto-import -L${PGPATH}/lib -L${LZ4_PATH}/lib -L${PROJECTS
--with-gui --with-gettext=no \
--with-sfcgal=${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/sfcgal-config \
--prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE} --with-library-minor-version \
+ --without-topology \
${EXTRA_CONFIGURE_ARGS}
diff --git a/utils/Makefile.in b/utils/Makefile.in
index db9f33186..329bbd3b1 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -71,6 +71,9 @@ $(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql:
$(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql:
$(MAKE) -C ../raster/rt_pg rtpostgis_upgrade.sql
+$(top_builddir)/topology/topology_upgrade.sql:
+ $(MAKE) -C ../topology/ topology_upgrade.sql
+
$(top_builddir)/topology/uninstall_topology.sql:
$(MAKE) -C ../topology/ uninstall_topology.sql
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 1 +
utils/Makefile.in | 3 +++
2 files changed, 4 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list