mirror of https://github.com/citusdata/citus.git
normalize array_cat_agg output
parent
327adfc53f
commit
6ce3bd94b5
|
@ -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
|
||||
/Parent Relationship/d
|
||||
/Parent-Relationship/d
|
||||
/Parent-Relationship/d
|
||||
s/function array_cat_agg\(anyarray\) anyarray/function array_cat_agg\(anycompatiblearray\) anycompatiblearray/g
|
|
@ -139,7 +139,7 @@ SELECT * FROM multi_extension.print_extension_changes();
|
|||
| function alter_role_if_exists(text,text) boolean
|
||||
| function any_value(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 authinfo_valid(text) boolean
|
||||
| function broadcast_intermediate_result(text,text) bigint
|
||||
|
|
Loading…
Reference in New Issue