mirror of https://github.com/citusdata/citus.git
Test fix Round 2
parent
7eafc95fd3
commit
d091a6bee2
|
@ -1095,20 +1095,24 @@ SELECT * FROM multi_extension.print_extension_changes();
|
||||||
table columnar.chunk_group |
|
table columnar.chunk_group |
|
||||||
table columnar.options |
|
table columnar.options |
|
||||||
table columnar.stripe |
|
table columnar.stripe |
|
||||||
|
| function citus_split_shard_by_split_points(bigint,text[],integer[],citus.split_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,citus.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 citus.split_copy_info
|
||||||
|
| type citus.split_mode
|
||||||
| view columnar.chunk
|
| view columnar.chunk
|
||||||
| view columnar.chunk_group
|
| view columnar.chunk_group
|
||||||
| view columnar.options
|
| view columnar.options
|
||||||
| view columnar.storage
|
| view columnar.storage
|
||||||
| view columnar.stripe
|
| view columnar.stripe
|
||||||
(27 rows)
|
(31 rows)
|
||||||
|
|
||||||
DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
|
DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
|
||||||
-- show running version
|
-- show running version
|
||||||
|
|
|
@ -290,5 +290,5 @@ ORDER BY 1;
|
||||||
view columnar.stripe
|
view columnar.stripe
|
||||||
view pg_dist_shard_placement
|
view pg_dist_shard_placement
|
||||||
view time_partitions
|
view time_partitions
|
||||||
(270 rows)
|
(274 rows)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue