mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Enable collation test with compression
Enables back the test of collation error as part of the compression test.
This commit is contained in:
parent
9b0104f57f
commit
bddcf2a78a
@ -249,7 +249,7 @@ EXPLAIN (costs off) SELECT * FROM test_collation WHERE device_id < 'a' COLLATE "
|
|||||||
|
|
||||||
\set ON_ERROR_STOP 0
|
\set ON_ERROR_STOP 0
|
||||||
EXPLAIN (costs off) SELECT * FROM test_collation WHERE device_id COLLATE "POSIX" < device_id_2 COLLATE "C";
|
EXPLAIN (costs off) SELECT * FROM test_collation WHERE device_id COLLATE "POSIX" < device_id_2 COLLATE "C";
|
||||||
-- SELECT device_id < device_id_2 FROM test_collation;
|
SELECT device_id < device_id_2 FROM test_collation;
|
||||||
\set ON_ERROR_STOP 1
|
\set ON_ERROR_STOP 1
|
||||||
|
|
||||||
--segment meta on order bys pushdown
|
--segment meta on order bys pushdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user