mirror of https://github.com/citusdata/citus.git
Remove bogus guc citus.compression (#6142)
parent
dd548ee3c7
commit
ce944c3c0f
|
@ -1,7 +1,6 @@
|
||||||
--
|
--
|
||||||
-- Test different operations on empty columnar tables.
|
-- Test different operations on empty columnar tables.
|
||||||
--
|
--
|
||||||
SET citus.compression to 'none';
|
|
||||||
create table t_uncompressed(a int) using columnar;
|
create table t_uncompressed(a int) using columnar;
|
||||||
create table t_compressed(a int) using columnar;
|
create table t_compressed(a int) using columnar;
|
||||||
-- set options
|
-- set options
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
-- Test different operations on empty columnar tables.
|
-- Test different operations on empty columnar tables.
|
||||||
--
|
--
|
||||||
|
|
||||||
SET citus.compression to 'none';
|
|
||||||
create table t_uncompressed(a int) using columnar;
|
create table t_uncompressed(a int) using columnar;
|
||||||
create table t_compressed(a int) using columnar;
|
create table t_compressed(a int) using columnar;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue