[SCM] PostGIS branch master updated. 3.5.0-413-gf8a643eae
git at osgeo.org
git at osgeo.org
Tue Jul 1 03:58:31 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 f8a643eae3180a1807c20ad93096bd57e7c8a774 (commit)
from 583528d6b8754ad7871c4330c75c5e43ae54f52f (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 f8a643eae3180a1807c20ad93096bd57e7c8a774
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jul 1 12:57:35 2025 +0200
Ensure script-based topology upgrade is in a single transaction
References #5936 in master branch (3.6.0dev)
diff --git a/topology/Makefile.in b/topology/Makefile.in
index a728814c6..3e682b26d 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -120,7 +120,7 @@ topology_upgrade.sql.in: topology.sql ../utils/create_upgrade.pl
topology_upgrade.sql: ../postgis/common_before_upgrade.sql topology_before_upgrade.sql topology_upgrade.sql.in topology_after_upgrade.sql ../postgis/common_after_upgrade.sql
echo "BEGIN;" > $@
- cat $^ > $@
+ cat $^ >> $@
echo "COMMIT;" >> $@
topology.sql: \
-----------------------------------------------------------------------
Summary of changes:
topology/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list