mirror of https://github.com/citusdata/citus.git
fixup tests some more
parent
5b3c32eb38
commit
e26fdeb706
|
@ -72,6 +72,7 @@ ORDER BY 1;
|
||||||
function citus_worker_stat_activity()
|
function citus_worker_stat_activity()
|
||||||
function column_name_to_column(regclass,text)
|
function column_name_to_column(regclass,text)
|
||||||
function column_to_column_name(regclass,text)
|
function column_to_column_name(regclass,text)
|
||||||
|
function columnar.columnar_handler(internal)
|
||||||
function coord_combine_agg(oid,cstring,anyelement)
|
function coord_combine_agg(oid,cstring,anyelement)
|
||||||
function coord_combine_agg_ffunc(internal,oid,cstring,anyelement)
|
function coord_combine_agg_ffunc(internal,oid,cstring,anyelement)
|
||||||
function coord_combine_agg_sfunc(internal,oid,cstring,anyelement)
|
function coord_combine_agg_sfunc(internal,oid,cstring,anyelement)
|
||||||
|
@ -80,7 +81,6 @@ ORDER BY 1;
|
||||||
function create_distributed_table(regclass,text,citus.distribution_type,text)
|
function create_distributed_table(regclass,text,citus.distribution_type,text)
|
||||||
function create_intermediate_result(text,text)
|
function create_intermediate_result(text,text)
|
||||||
function create_reference_table(regclass)
|
function create_reference_table(regclass)
|
||||||
function columnar.columnar_handler(internal)
|
|
||||||
function distributed_tables_colocated(regclass,regclass)
|
function distributed_tables_colocated(regclass,regclass)
|
||||||
function dump_global_wait_edges()
|
function dump_global_wait_edges()
|
||||||
function dump_local_wait_edges()
|
function dump_local_wait_edges()
|
||||||
|
|
Loading…
Reference in New Issue