Skip to content

Commit 2e899bb

Browse files
committed
cleanup
1 parent c250d51 commit 2e899bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsl/test/sql/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ set(TEST_FILES
6969
decompress_index.sql
7070
direct_compress_analyze_segmentby.sql
7171
direct_compress_insert.sql
72-
direct_compress_memory.sql
7372
move.sql
7473
plan_skip_scan_notnull.sql
7574
plan_skip_scan_pg_partition.sql
@@ -208,6 +207,10 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
208207
compression_delete_bitmapscan.sql.in
209208
transparent_decompression_queries.sql.in)
210209

210+
if((${PG_VERSION_MAJOR} GREATER_EQUAL "16"))
211+
list(APPEND TEST_FILES direct_compress_memory.sql)
212+
endif()
213+
211214
if(USE_TELEMETRY)
212215
list(APPEND TEST_FILES telemetry_stats.sql)
213216
endif()

0 commit comments

Comments
 (0)