[SCM] PostGIS branch master updated. 3.6.0rc2-393-g7c18321e1
git at osgeo.org
git at osgeo.org
Sat Mar 14 09:58:50 PDT 2026
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 7c18321e17bfba6d24600e39d11271616ae71124 (commit)
from cf897cf35d100480c80e20e07f2784d5accea5ec (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 7c18321e17bfba6d24600e39d11271616ae71124
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Mar 13 08:24:55 2026 -0700
Remove unused extension helper functions from topology upgrade scripts
diff --git a/extensions/postgis_topology/Makefile.in b/extensions/postgis_topology/Makefile.in
index 0bc04fc56..ccd8472b3 100644
--- a/extensions/postgis_topology/Makefile.in
+++ b/extensions/postgis_topology/Makefile.in
@@ -41,10 +41,8 @@ DATA_built = \
# NOTE: order matters
EXTENSION_UPGRADE_SCRIPTS = \
extlock.sql \
- ../postgis_extension_helper.sql \
sql/topology_upgrade.sql \
- sql_bits/mark_editable_objects.sql.in \
- ../postgis_extension_helper_uninstall.sql
+ sql_bits/mark_editable_objects.sql.in
EXTRA_CLEAN = sql/
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_topology/Makefile.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list