mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-25 07:40:48 +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
|
-- Please see the included NOTICE for copyright information and
|
||||||
-- LICENSE-TIMESCALE for a copy of the license.
|
-- LICENSE-TIMESCALE for a copy of the license.
|
||||||
\c :TEST_DBNAME :ROLE_SUPERUSER
|
\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)
|
CREATE OR REPLACE FUNCTION test_compress_chunks_policy(job_id INTEGER)
|
||||||
RETURNS VOID
|
RETURNS VOID
|
||||||
AS :TSL_MODULE_PATHNAME, 'ts_test_auto_compress_chunks'
|
AS :TSL_MODULE_PATHNAME, 'ts_test_auto_compress_chunks'
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
-- LICENSE-TIMESCALE for a copy of the license.
|
-- LICENSE-TIMESCALE for a copy of the license.
|
||||||
|
|
||||||
\c :TEST_DBNAME :ROLE_SUPERUSER
|
\c :TEST_DBNAME :ROLE_SUPERUSER
|
||||||
SELECT _timescaledb_internal.enterprise_enabled();
|
|
||||||
|
|
||||||
CREATE OR REPLACE FUNCTION test_compress_chunks_policy(job_id INTEGER)
|
CREATE OR REPLACE FUNCTION test_compress_chunks_policy(job_id INTEGER)
|
||||||
RETURNS VOID
|
RETURNS VOID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user