[postgis-tickets] r15973 - more snafu fix on #3896 (was trying to install next twice instead of going back to default version

Regina Obe lr at pcorp.us
Thu Oct 12 00:40:04 PDT 2017


Author: robe
Date: 2017-10-12 00:40:03 -0700 (Thu, 12 Oct 2017)
New Revision: 15973

Modified:
   trunk/postgis/postgis.sql.in
Log:
more snafu fix on #3896  (was trying to install next twice instead of going back to default version

Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in	2017-10-12 07:19:42 UTC (rev 15972)
+++ trunk/postgis/postgis.sql.in	2017-10-12 07:40:03 UTC (rev 15973)
@@ -2812,7 +2812,7 @@
 			RAISE NOTICE '%', sql;
 		END IF;
 
-		sql = 'ALTER EXTENSION ' || rec.name || ' UPDATE TO ' || quote_ident(rec.default_version || 'next')   || ';';
+		sql = 'ALTER EXTENSION ' || rec.name || ' UPDATE TO ' || quote_ident(rec.default_version)   || ';';
 		EXECUTE sql;
 		RAISE NOTICE '%', sql;
 	END LOOP;



More information about the postgis-tickets mailing list