mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 11:03:36 +08:00
Remove reference to PG12 in cmake file
This commit is contained in:
parent
d5fa21de0a
commit
0a9285075e
@ -36,11 +36,9 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
|
|||||||
list(APPEND TEST_FILES freeze_chunk.spec compression_dml_iso.spec)
|
list(APPEND TEST_FILES freeze_chunk.spec compression_dml_iso.spec)
|
||||||
endif()
|
endif()
|
||||||
# These tests are using markers for the isolation tests (to avoid race
|
# These tests are using markers for the isolation tests (to avoid race
|
||||||
# conditions causing differing output), which were added after 12.7, 13.3, and
|
# conditions causing differing output), which were added after 13.3 and in all
|
||||||
# 14.0.
|
# later major versions.
|
||||||
if(PG_VERSION VERSION_GREATER "12.7"
|
if(PG_VERSION VERSION_GREATER "13.3")
|
||||||
OR PG_VERSION VERSION_GREATER "13.3"
|
|
||||||
OR PG_VERSION VERSION_GREATER_EQUAL "14.0")
|
|
||||||
list(APPEND TEST_FILES deadlock_recompress_chunk.spec)
|
list(APPEND TEST_FILES deadlock_recompress_chunk.spec)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user