mirror of https://github.com/citusdata/citus.git
Fixes upgrade tests
parent
6f2ddf44b4
commit
cc403bf458
|
@ -13,8 +13,6 @@ ORDER BY 1;
|
||||||
function alter_old_partitions_set_access_method(regclass,timestamp with time zone,name)
|
function alter_old_partitions_set_access_method(regclass,timestamp with time zone,name)
|
||||||
function alter_role_if_exists(text,text)
|
function alter_role_if_exists(text,text)
|
||||||
function alter_table_set_access_method(regclass,text)
|
function alter_table_set_access_method(regclass,text)
|
||||||
function any_value(anyelement)
|
|
||||||
function any_value_agg(anyelement,anyelement)
|
|
||||||
function array_cat_agg(anycompatiblearray)
|
function array_cat_agg(anycompatiblearray)
|
||||||
function assign_distributed_transaction_id(integer,bigint,timestamp with time zone)
|
function assign_distributed_transaction_id(integer,bigint,timestamp with time zone)
|
||||||
function authinfo_valid(text)
|
function authinfo_valid(text)
|
||||||
|
|
Loading…
Reference in New Issue