Fix name of compression test

This commit is contained in:
Joshua Lockerman 2019-08-07 10:08:10 -04:00 committed by Matvey Arye
parent 2f16d84c39
commit da7bcedc3e
3 changed files with 1 additions and 9 deletions

View File

@ -11,12 +11,6 @@ CREATE OR REPLACE FUNCTION ts_compress_table(in_table REGCLASS, out_table REGCLA
-- LICENSE-TIMESCALE for a copy of the license.
\set ECHO errors
\c :TEST_DBNAME :ROLE_DEFAULT_PERM_USER
SELECT * FROM pg_type WHERE typname='hypertable_compression';
typname | typnamespace | typowner | typlen | typbyval | typtype | typcategory | typispreferred | typisdefined | typdelim | typrelid | typelem | typarray | typinput | typoutput | typreceive | typsend | typmodin | typmodout | typanalyze | typalign | typstorage | typnotnull | typbasetype | typtypmod | typndims | typcollation | typdefaultbin | typdefault | typacl
------------------------+--------------+----------+--------+----------+---------+-------------+----------------+--------------+----------+----------+---------+----------+-----------+------------+-------------+-------------+----------+-----------+------------+----------+------------+------------+-------------+-----------+----------+--------------+---------------+------------+--------
hypertable_compression | 16390 | 16385 | -1 | f | c | C | f | t | , | 16666 | 0 | 16667 | record_in | record_out | record_recv | record_send | - | - | - | d | x | f | 0 | -1 | 0 | 0 | | |
(1 row)
-- column name, algorithm, idx, asc, nulls_first
CREATE FUNCTION ord(TEXT, INT, INT, BOOL = true, BOOL = false)
RETURNS _timescaledb_catalog.hypertable_compression

View File

@ -11,7 +11,7 @@ set(TEST_FILES
)
set(TEST_FILES_DEBUG
compression_table.sql
compress_table.sql
compression_algos.sql
bgw_policy.sql
bgw_reorder_drop_chunks.sql

View File

@ -9,8 +9,6 @@ CREATE OR REPLACE FUNCTION ts_compress_table(in_table REGCLASS, out_table REGCLA
\ir include/compression_utils.sql
\c :TEST_DBNAME :ROLE_DEFAULT_PERM_USER
SELECT * FROM pg_type WHERE typname='hypertable_compression';
-- column name, algorithm, idx, asc, nulls_first
CREATE FUNCTION ord(TEXT, INT, INT, BOOL = true, BOOL = false)
RETURNS _timescaledb_catalog.hypertable_compression