mirror of https://github.com/citusdata/citus.git
Fix ordering on expected output
parent
4b49e927e6
commit
adbbf1cbbe
|
@ -233,6 +233,7 @@ ORDER BY 1;
|
|||
function truncate_local_data_after_distributing_table(regclass)
|
||||
function undistribute_table(regclass,boolean)
|
||||
function update_distributed_table_colocation(regclass,text)
|
||||
function worker_adjust_identity_column_seq_ranges(regclass)
|
||||
function worker_apply_inter_shard_ddl_command(bigint,text,bigint,text,text)
|
||||
function worker_apply_sequence_command(text)
|
||||
function worker_apply_sequence_command(text,regtype)
|
||||
|
@ -251,7 +252,6 @@ ORDER BY 1;
|
|||
function worker_fix_pre_citus10_partitioned_table_constraint_names(regclass,bigint,text)
|
||||
function worker_hash("any")
|
||||
function worker_last_saved_explain_analyze()
|
||||
function worker_adjust_identity_column_seq_ranges(regclass)
|
||||
function worker_nextval(regclass)
|
||||
function worker_partial_agg(oid,anyelement)
|
||||
function worker_partial_agg_ffunc(internal)
|
||||
|
|
Loading…
Reference in New Issue