[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-577-gc52873a76
git at osgeo.org
git at osgeo.org
Mon Jan 30 16:55:20 PST 2023
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 c52873a7614bf06315a4914a5da1c499d596792f (commit)
from fe5d653ce8bab1740b98eddd4aa529374ba47036 (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 c52873a7614bf06315a4914a5da1c499d596792f
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jan 27 18:06:29 2023 +0100
Makefile target for installing upgrade paths from known-versions
The default `install` target still installs those upgrade paths,
but this is a step toward making it optional
diff --git a/extensions/upgrade-paths-rules.mk b/extensions/upgrade-paths-rules.mk
index b2af4966d..2f6611201 100644
--- a/extensions/upgrade-paths-rules.mk
+++ b/extensions/upgrade-paths-rules.mk
@@ -23,6 +23,9 @@ install-upgrade-paths: tag-as-any
$(INSTALL_DATA) sql/$${tpl} "$(EXTDIR)/$${tpl}"; \
$(INSTALL_DATA) "sql/$(TAG_UPGRADE)" "$(EXTDIR)/$(TAG_UPGRADE)"; \
ln -fs "$(TAG_UPGRADE)" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--ANY.sql; \
+ $(MAKE) install-extension-upgrades-from-known-versions # make this conditional !
+
+install-extension-upgrades-from-known-versions:
$(PERL) $(top_srcdir)/loader/postgis.pl \
install-extension-upgrades \
--extension $(EXTENSION) \
-----------------------------------------------------------------------
Summary of changes:
extensions/upgrade-paths-rules.mk | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list