normalize array_cat_agg output

pg14_support_after_rebase
Sait Talha Nisanci 2021-08-23 14:27:50 +03:00
parent 327adfc53f
commit 6ce3bd94b5
2 changed files with 3 additions and 2 deletions

View File

@ -239,4 +239,5 @@ s/ERROR: ROLLBACK is not allowed in an SQL function/ERROR: ROLLBACK is not all
/.*Async-Capable.*/d /.*Async-Capable.*/d
/.*Async Capable.*/d /.*Async Capable.*/d
/Parent Relationship/d /Parent Relationship/d
/Parent-Relationship/d /Parent-Relationship/d
s/function array_cat_agg\(anyarray\) anyarray/function array_cat_agg\(anycompatiblearray\) anycompatiblearray/g

View File

@ -139,7 +139,7 @@ SELECT * FROM multi_extension.print_extension_changes();
| function alter_role_if_exists(text,text) boolean | function alter_role_if_exists(text,text) boolean
| function any_value(anyelement) anyelement | function any_value(anyelement) anyelement
| function any_value_agg(anyelement,anyelement) anyelement | function any_value_agg(anyelement,anyelement) anyelement
| function array_cat_agg(anyarray) anyarray | function array_cat_agg(anycompatiblearray) anycompatiblearray
| function assign_distributed_transaction_id(integer,bigint,timestamp with time zone) void | function assign_distributed_transaction_id(integer,bigint,timestamp with time zone) void
| function authinfo_valid(text) boolean | function authinfo_valid(text) boolean
| function broadcast_intermediate_result(text,text) bigint | function broadcast_intermediate_result(text,text) bigint