[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-20-g28605e5
git at osgeo.org
git at osgeo.org
Thu Feb 27 09:18:48 PST 2020
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 28605e5bebfce20456057e291ccb94cdd1cfbb62 (commit)
from 9ed7d8436b902f6086b54e753006bd14a87aba4d (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 28605e5bebfce20456057e291ccb94cdd1cfbb62
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 27 18:18:27 2020 +0100
Restore order of extension scripts
diff --git a/extensions/postgis_topology/Makefile.in b/extensions/postgis_topology/Makefile.in
index 0f3a2e6..38e5128 100644
--- a/extensions/postgis_topology/Makefile.in
+++ b/extensions/postgis_topology/Makefile.in
@@ -5,11 +5,13 @@ EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
MODULEPATH = $$libdir/$(EXTENSION)- at POSTGIS_MAJOR_VERSION@
+# Scripts making up the extension file
+# NOTE: order matters
EXTENSION_SCRIPTS = \
extlock.sql \
+ sql_bits/topology.sql \
sql_bits/mark_editable_objects.sql.in \
- sql_bits/topology_comments.sql \
- sql_bits/topology.sql
+ sql_bits/topology_comments.sql
ifeq (@LIBINCLUDEMINORVERSION@,yes)
MODULEPATH=$$libdir/$(EXTENSION)-$(MINORVERSION)
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_topology/Makefile.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list