AddGeometryColumn should not be marked parallel safe

closes #3636

git-svn-id: http://svn.osgeo.org/postgis/trunk@15124 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2016-09-20 21:01:40 +00:00
parent de5b51a4ad
commit d22a15aa03

View file

@ -2380,7 +2380,7 @@ BEGIN
RETURN ret;
END;
$$
LANGUAGE 'plpgsql' STABLE STRICT _PARALLEL;
LANGUAGE 'plpgsql' STABLE STRICT;
----------------------------------------------------------------------------
-- ADDGEOMETRYCOLUMN ( <table>, <column>, <srid>, <type>, <dim> )