[postgis-tickets] r14641 - Reverted another bit that changed accidentally

Sandro Santilli strk at keybit.net
Tue Feb 9 02:07:50 PST 2016


Author: strk
Date: 2016-02-09 02:07:50 -0800 (Tue, 09 Feb 2016)
New Revision: 14641

Modified:
   tags/2.2.0/extensions/postgis/Makefile.in
Log:
Reverted another bit that changed accidentally

Now the code is back as it was in -r 14208


Modified: tags/2.2.0/extensions/postgis/Makefile.in
===================================================================
--- tags/2.2.0/extensions/postgis/Makefile.in	2016-02-09 10:05:46 UTC (rev 14640)
+++ tags/2.2.0/extensions/postgis/Makefile.in	2016-02-09 10:07:50 UTC (rev 14641)
@@ -106,10 +106,6 @@
 #TODO: what about postgis_drop_after.sql ? where does it fit ??
 sql_bits/postgis_raster_upgrade_minor.sql: ../postgis_extension_helper.sql sql_bits/postgis_upgrade.sql sql_bits/rtpostgis_upgrade.sql ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql
 	echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. \quit' > $@
-	# NOTE: good functions are always re-added by the upgrade scripts,
-	#       so unregistering them all here ensures the removed ones
-	#       can be removed on upgrade.
-	echo "SELECT postgis_extension_remove_objects('postgis', 'FUNCTION');" >> $@
 	cat $^ >> $@
 
 sql_minor_upgrade: sql_bits/postgis_raster_upgrade_minor.sql



More information about the postgis-tickets mailing list