There was an error while loading. Please reload this page.
1 parent c250d51 commit 2e899bbCopy full SHA for 2e899bb
1 file changed
tsl/test/sql/CMakeLists.txt
@@ -69,7 +69,6 @@ set(TEST_FILES
69
decompress_index.sql
70
direct_compress_analyze_segmentby.sql
71
direct_compress_insert.sql
72
- direct_compress_memory.sql
73
move.sql
74
plan_skip_scan_notnull.sql
75
plan_skip_scan_pg_partition.sql
@@ -208,6 +207,10 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
208
207
compression_delete_bitmapscan.sql.in
209
transparent_decompression_queries.sql.in)
210
+ if((${PG_VERSION_MAJOR} GREATER_EQUAL "16"))
211
+ list(APPEND TEST_FILES direct_compress_memory.sql)
212
+ endif()
213
+
214
if(USE_TELEMETRY)
215
list(APPEND TEST_FILES telemetry_stats.sql)
216
endif()
0 commit comments