mirror of https://github.com/citusdata/citus.git
Test fix
parent
46aef6115e
commit
5efe6061e8
|
|
@ -222,8 +222,8 @@ create view v_dist as select * from dist;
|
|||
|
||||
select alter_table_set_access_method('local','columnar');
|
||||
select alter_table_set_access_method('ref','columnar');
|
||||
|
||||
select alter_table_set_access_method('dist','columnar');
|
||||
|
||||
SELECT alter_distributed_table('dist', shard_count:=1, cascade_to_colocated:=false);
|
||||
|
||||
select alter_table_set_access_method('local','heap');
|
||||
|
|
|
|||
Loading…
Reference in New Issue