[SCM] PostGIS branch master updated. 3.4.0rc1-840-g907a7bb4b

git at osgeo.org git at osgeo.org
Tue Dec 12 07:52:01 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  907a7bb4b4d711286cf441a7995cad69487e5270 (commit)
      from  61bc019eb17eeade8640429e9de7c506621b4cb0 (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 907a7bb4b4d711286cf441a7995cad69487e5270
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Dec 12 16:51:18 2023 +0100

    Add raster upgrade script as input to restore skip list generator

diff --git a/utils/Makefile.in b/utils/Makefile.in
index f55877d26..11b749d67 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -45,6 +45,7 @@ all: $(SCRIPTS_built)
 DROP_FILES = \
 	$(top_srcdir)/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in \
 	$(top_srcdir)/raster/rt_pg/rtpostgis_drop.sql.in \
+	$(top_srcdir)/raster/rt_pg/rtpostgis_upgrade.sql \
 	$(top_srcdir)/topology/topology_after_upgrade.sql.in \
 	$(top_srcdir)/topology/topology_before_upgrade.sql.in \
 	$(top_builddir)/postgis/uninstall_postgis.sql \

-----------------------------------------------------------------------

Summary of changes:
 utils/Makefile.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list