From 2621a6f36ba05d418d766b75cccfa2671bd9f4be Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 5 Oct 2012 12:25:15 +0000 Subject: [PATCH] #2027: change order of operation -- have cleanup happen first since the drop sometimes tries to drop functions that use types that don't exist in older versions git-svn-id: http://svn.osgeo.org/postgis/trunk@10377 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index ecbd0b578..ff4e47722 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -101,7 +101,7 @@ $(SQL_OBJS): ../../postgis/sqldefines.h ../../postgis_svn_revision.h rtpostgis_upgrade.sql: rtpostgis.sql $(PERL) -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' $< > $@ -rtpostgis_upgrade_20_minor.sql: rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql +rtpostgis_upgrade_20_minor.sql: rtpostgis_upgrade_cleanup.sql rtpostgis_drop.sql rtpostgis_upgrade.sql cat $^ > $@ uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_undef.pl -- 2.40.0