mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-24 23:19:01 +08:00
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:
parent
9a7b4aa003
commit
393e5b9c1a
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user