Remove bogus guc citus.compression (#6142)

pull/6145/head
Naisila Puka 2022-08-09 05:21:32 +03:00 committed by GitHub
parent dd548ee3c7
commit ce944c3c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
--
-- Test different operations on empty columnar tables.
--
SET citus.compression to 'none';
create table t_uncompressed(a int) using columnar;
create table t_compressed(a int) using columnar;
-- set options

View File

@ -2,7 +2,6 @@
-- Test different operations on empty columnar tables.
--
SET citus.compression to 'none';
create table t_uncompressed(a int) using columnar;
create table t_compressed(a int) using columnar;