Fix upgrade tests

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-13 11:33:58 +03:00
parent 3eb0121bb6
commit d1f3f6e5e4
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ ORDER BY 1;
function worker_create_schema(bigint,text)
function worker_create_truncate_trigger(regclass)
function worker_drop_distributed_table(text)
function worker_drop_distributed_table_only(text)
function worker_drop_sequence_dependency(text)
function worker_fetch_foreign_file(text,text,bigint,text[],integer[])
function worker_fetch_partition_file(bigint,integer,integer,integer,text,integer)
@ -264,5 +265,5 @@ ORDER BY 1;
view citus_worker_stat_activity
view pg_dist_shard_placement
view time_partitions
(248 rows)
(249 rows)