]> granicus.if.org Git - postgis/commitdiff
AddGeometryColumn should not be marked parallel safe
authorRegina Obe <lr@pcorp.us>
Tue, 20 Sep 2016 21:01:40 +0000 (21:01 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 20 Sep 2016 21:01:40 +0000 (21:01 +0000)
closes #3636

git-svn-id: http://svn.osgeo.org/postgis/trunk@15124 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 8c33224d4ac92be8e2787d1e4f3b5466df071601..57c9907e71cd2a6d59a2d5448181f14c642d8101 100644 (file)
@@ -2380,7 +2380,7 @@ BEGIN
        RETURN ret;
 END;
 $$
-LANGUAGE 'plpgsql' STABLE STRICT _PARALLEL;
+LANGUAGE 'plpgsql' STABLE STRICT;
 
 ----------------------------------------------------------------------------
 -- ADDGEOMETRYCOLUMN ( <table>, <column>, <srid>, <type>, <dim> )