[SCM] PostGIS branch master updated. 3.4.0rc1-881-g8619e4da7
git at osgeo.org
git at osgeo.org
Fri Jan 12 21:00:14 PST 2024
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 8619e4da76e068c94327613a3196c73911f82b0c (commit)
from bf6be27c3ca640c21abfee118863d9bdb58bb02f (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 8619e4da76e068c94327613a3196c73911f82b0c
Author: Regina Obe <lr at pcorp.us>
Date: Fri Jan 12 23:59:27 2024 -0500
Make sure rtpostgis_ugprade.sql gets built
during upgrade tests
Even if raster is disabled
Closes #5652
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 47afd9a4c..90f5c6fa7 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -67,6 +67,10 @@ $(top_builddir)/sfcgal/uninstall_sfcgal.sql:
$(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql:
$(MAKE) -C ../raster/rt_pg uninstall_rtpostgis.sql
+$(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql:
+ $(MAKE) -C ../raster/rt_pg rtpostgis_upgrade.sql
+
+
$(top_builddir)/topology/uninstall_topology.sql:
$(MAKE) -C ../topology/ uninstall_topology.sql
-----------------------------------------------------------------------
Summary of changes:
utils/Makefile.in | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list