[postgis-tickets] r15972 - missed last execute statement.
Regina Obe
lr at pcorp.us
Thu Oct 12 00:19:42 PDT 2017
Author: robe
Date: 2017-10-12 00:19:42 -0700 (Thu, 12 Oct 2017)
New Revision: 15972
Modified:
trunk/postgis/postgis.sql.in
Log:
missed last execute statement.
references #3896
Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in 2017-10-12 06:50:32 UTC (rev 15971)
+++ trunk/postgis/postgis.sql.in 2017-10-12 07:19:42 UTC (rev 15972)
@@ -2813,6 +2813,7 @@
END IF;
sql = 'ALTER EXTENSION ' || rec.name || ' UPDATE TO ' || quote_ident(rec.default_version || 'next') || ';';
+ EXECUTE sql;
RAISE NOTICE '%', sql;
END LOOP;
More information about the postgis-tickets
mailing list