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:
Sven Klemm 2020-08-26 02:59:29 +02:00 committed by Sven Klemm
parent dbb9988eee
commit e1be29e161

View File

@ -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