[SCM] PostGIS branch master updated. 3.5.0-416-gdde25946a

git at osgeo.org git at osgeo.org
Wed Jul 2 10:46:08 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  dde25946a3ec102b180d8e64e295683173758dd1 (commit)
      from  27b7d472d66a37613ddeb5409e9fa380c7406f27 (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 dde25946a3ec102b180d8e64e295683173758dd1
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 2 19:45:23 2025 +0200

    Parse topology_upgrade.sql too when extracting skip signatures
    
    Allows using Replaces in the topology scripts

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 90f5c6fa7..db9f33186 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -53,6 +53,7 @@ DROP_FILES = \
 	$(top_builddir)/sfcgal/uninstall_sfcgal.sql \
 	$(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql \
 	$(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql \
+	$(top_builddir)/topology/topology_upgrade.sql \
 	$(top_builddir)/topology/uninstall_topology.sql
 
 $(top_builddir)/postgis/uninstall_postgis.sql:

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

Summary of changes:
 utils/Makefile.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list