Remove enabling enterprise from compression test

Compression is not enterprise feature anymore. Thus enabling
enterprise is not needed in tests.
This commit is contained in:
Ruslan Fomkin 2020-08-05 11:08:55 +02:00 committed by Ruslan Fomkin
parent 9a7b4aa003
commit 393e5b9c1a
2 changed files with 0 additions and 7 deletions

View File

@ -2,12 +2,6 @@
-- Please see the included NOTICE for copyright information and
-- LICENSE-TIMESCALE for a copy of the license.
\c :TEST_DBNAME :ROLE_SUPERUSER
SELECT _timescaledb_internal.enterprise_enabled();
enterprise_enabled
--------------------
t
(1 row)
CREATE OR REPLACE FUNCTION test_compress_chunks_policy(job_id INTEGER)
RETURNS VOID
AS :TSL_MODULE_PATHNAME, 'ts_test_auto_compress_chunks'

View File

@ -3,7 +3,6 @@
-- LICENSE-TIMESCALE for a copy of the license.
\c :TEST_DBNAME :ROLE_SUPERUSER
SELECT _timescaledb_internal.enterprise_enabled();
CREATE OR REPLACE FUNCTION test_compress_chunks_policy(job_id INTEGER)
RETURNS VOID