File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ UPDATE pg_catalog.pg_proc SET
2323 prorettype = ' gtrgm' ::pg_catalog .regtype
2424WHERE oid = pg_catalog .to_regprocedure (' gtrgm_union(internal,internal)' );
2525
26- ALTER FUNCTION set_limit(float4) PARALLEL RESTRICTED ;
26+ ALTER FUNCTION set_limit(float4) PARALLEL UNSAFE ;
2727ALTER FUNCTION show_limit() PARALLEL SAFE;
2828ALTER FUNCTION show_trgm(text ) PARALLEL SAFE;
2929ALTER FUNCTION similarity(text , text ) PARALLEL SAFE;
Original file line number Diff line number Diff line change 77CREATE FUNCTION set_limit (float4)
88RETURNS float4
99AS ' MODULE_PATHNAME'
10- LANGUAGE C STRICT VOLATILE PARALLEL RESTRICTED ;
10+ LANGUAGE C STRICT VOLATILE PARALLEL UNSAFE ;
1111
1212-- Deprecated function
1313CREATE FUNCTION show_limit ()
You can’t perform that action at this time.
0 commit comments