mirror of https://github.com/citusdata/citus.git
Fix test expected output
parent
aca0a03d21
commit
e87a8cd303
|
@ -1098,14 +1098,14 @@ SELECT * FROM multi_extension.print_extension_changes();
|
||||||
| function citus_split_shard_by_split_points(bigint,text[],integer[],citus.shard_transfer_mode) void
|
| function citus_split_shard_by_split_points(bigint,text[],integer[],citus.shard_transfer_mode) void
|
||||||
| function columnar.get_storage_id(regclass) bigint
|
| function columnar.get_storage_id(regclass) bigint
|
||||||
| function columnar_internal.columnar_handler(internal) table_am_handler
|
| function columnar_internal.columnar_handler(internal) table_am_handler
|
||||||
| function worker_split_copy(bigint,pg_catalog.split_copy_info[]) void
|
| function worker_split_copy(bigint,split_copy_info[]) void
|
||||||
| schema columnar_internal
|
| schema columnar_internal
|
||||||
| sequence columnar_internal.storageid_seq
|
| sequence columnar_internal.storageid_seq
|
||||||
| table columnar_internal.chunk
|
| table columnar_internal.chunk
|
||||||
| table columnar_internal.chunk_group
|
| table columnar_internal.chunk_group
|
||||||
| table columnar_internal.options
|
| table columnar_internal.options
|
||||||
| table columnar_internal.stripe
|
| table columnar_internal.stripe
|
||||||
| type pg_catalog.split_copy_info
|
| type split_copy_info
|
||||||
| view columnar.chunk
|
| view columnar.chunk
|
||||||
| view columnar.chunk_group
|
| view columnar.chunk_group
|
||||||
| view columnar.options
|
| view columnar.options
|
||||||
|
|
|
@ -242,7 +242,7 @@ ORDER BY 1;
|
||||||
function worker_partitioned_table_size(regclass)
|
function worker_partitioned_table_size(regclass)
|
||||||
function worker_record_sequence_dependency(regclass,regclass,name)
|
function worker_record_sequence_dependency(regclass,regclass,name)
|
||||||
function worker_save_query_explain_analyze(text,jsonb)
|
function worker_save_query_explain_analyze(text,jsonb)
|
||||||
function worker_split_copy(bigint,pg_catalog.split_copy_info[])
|
function worker_split_copy(bigint,split_copy_info[])
|
||||||
schema citus
|
schema citus
|
||||||
schema citus_internal
|
schema citus_internal
|
||||||
schema columnar
|
schema columnar
|
||||||
|
@ -271,9 +271,9 @@ ORDER BY 1;
|
||||||
table pg_dist_transaction
|
table pg_dist_transaction
|
||||||
type citus.distribution_type
|
type citus.distribution_type
|
||||||
type citus.shard_transfer_mode
|
type citus.shard_transfer_mode
|
||||||
type pg_catalog.split_copy_info
|
|
||||||
type citus_copy_format
|
type citus_copy_format
|
||||||
type noderole
|
type noderole
|
||||||
|
type split_copy_info
|
||||||
view citus_dist_stat_activity
|
view citus_dist_stat_activity
|
||||||
view citus_lock_waits
|
view citus_lock_waits
|
||||||
view citus_schema.citus_tables
|
view citus_schema.citus_tables
|
||||||
|
|
Loading…
Reference in New Issue