mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Don't require -DEXPERIMENTAL when building against PG17
This commit is contained in:
parent
153b689bf5
commit
abd637beaa
1
.github/gh_matrix_builder.py
vendored
1
.github/gh_matrix_builder.py
vendored
@ -186,7 +186,6 @@ m["include"].append(
|
||||
{
|
||||
"pg": "17",
|
||||
"snapshot": "snapshot",
|
||||
"tsdb_build_args": "-DEXPERIMENTAL=ON",
|
||||
}
|
||||
)
|
||||
)
|
||||
|
@ -350,9 +350,9 @@ message(
|
||||
# Ensure that PostgreSQL version is supported and consistent with src/compat.h
|
||||
# version check
|
||||
if((${PG_VERSION_MAJOR} LESS "14")
|
||||
OR (${PG_VERSION_MAJOR} GREATER "16")
|
||||
OR (${PG_VERSION_MAJOR} GREATER "17")
|
||||
AND NOT (${EXPERIMENTAL}))
|
||||
message(FATAL_ERROR "TimescaleDB only supports PostgreSQL 14, 15 and 16")
|
||||
message(FATAL_ERROR "TimescaleDB only supports PostgreSQL 14, 15, 16 and 17")
|
||||
endif()
|
||||
|
||||
# Get PostgreSQL configuration from pg_config
|
||||
|
Loading…
x
Reference in New Issue
Block a user