[postgis-tickets] r15124 - AddGeometryColumn should not be marked parallel safe

Regina Obe lr at pcorp.us
Tue Sep 20 14:01:41 PDT 2016


Author: robe
Date: 2016-09-20 14:01:40 -0700 (Tue, 20 Sep 2016)
New Revision: 15124

Modified:
   trunk/postgis/postgis.sql.in
Log:
AddGeometryColumn should not be marked parallel safe
closes #3636

Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in	2016-09-19 06:14:23 UTC (rev 15123)
+++ trunk/postgis/postgis.sql.in	2016-09-20 21:01:40 UTC (rev 15124)
@@ -2380,7 +2380,7 @@
 	RETURN ret;
 END;
 $$
-LANGUAGE 'plpgsql' STABLE STRICT _PARALLEL;
+LANGUAGE 'plpgsql' STABLE STRICT;
 
 ----------------------------------------------------------------------------
 -- ADDGEOMETRYCOLUMN ( <table>, <column>, <srid>, <type>, <dim> )



More information about the postgis-tickets mailing list