mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 18:43:18 +08:00
Remove load-language pg_regress option
PL/pgSQL is installed by default starting with PostgreSQL 9.0 so the parameter is not needed, additionally the parameter will throw an error on PG13 pg_regress.
This commit is contained in:
parent
dbb9988eee
commit
e1be29e161
@ -37,7 +37,6 @@ file(COPY ${TEST_OUTPUT_DIR}${CMAKE_FILES_DIRECTORY}/pgpass.conf
|
||||
|
||||
set(PG_REGRESS_OPTS_BASE
|
||||
--host=${TEST_PGHOST}
|
||||
--load-language=plpgsql
|
||||
--dlpath=${PROJECT_BINARY_DIR}/src)
|
||||
|
||||
set(PG_REGRESS_OPTS_EXTRA
|
||||
|
Loading…
x
Reference in New Issue
Block a user