1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Schema-qualify some references to regprocedure.

Andreas Karlsson, per a gripe from Tom Lane.
This commit is contained in:
Robert Haas
2016-06-10 10:41:58 -04:00
parent bf9a60ee33
commit 3d8fc8c68c
2 changed files with 5 additions and 5 deletions

View File

@ -8,4 +8,4 @@ ALTER FUNCTION int_agg_final_array(internal) PARALLEL SAFE;
ALTER FUNCTION int_array_enum(int4[]) PARALLEL SAFE;
UPDATE pg_proc SET proparallel = 's'
WHERE oid = 'int_array_aggregate(int4)'::regprocedure;
WHERE oid = 'int_array_aggregate(int4)'::pg_catalog.regprocedure;