Fix ordering on expected output

issue/6694
Gokhan Gulbiz 2023-03-29 13:51:35 +03:00
parent 4b49e927e6
commit adbbf1cbbe
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -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)