1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-22 22:11:29 +08:00

Flag test space_constraint.sql.in for release run ()

It was incorrectly flagged as requiring a debug build.

Disable-check: force-changelog-changed
This commit is contained in:
Pallavi Sontakke 2023-03-03 15:52:34 +05:30 committed by GitHub
parent 386d31bc6e
commit 6be14423d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,8 @@ set(TEST_TEMPLATES_SHARED
ordered_append.sql.in
ordered_append_join.sql.in
transparent_decompress_chunk.sql.in
dist_distinct.sql.in)
dist_distinct.sql.in
space_constraint.sql.in)
if((${PG_VERSION_MAJOR} GREATER_EQUAL "14"))
list(APPEND TEST_FILES_SHARED compression_dml.sql memoize.sql)
@ -28,7 +29,7 @@ endif()
if(CMAKE_BUILD_TYPE MATCHES Debug)
list(APPEND TEST_FILES_SHARED dist_parallel_agg.sql dist_queries.sql
timestamp_limits.sql with_clause_parser.sql)
list(APPEND TEST_TEMPLATES_SHARED constify_now.sql.in space_constraint.sql.in
list(APPEND TEST_TEMPLATES_SHARED constify_now.sql.in
dist_remote_error.sql.in)
endif(CMAKE_BUILD_TYPE MATCHES Debug)