timescaledb/test/postgresql.conf
Erik Nordström d17976538b Run tests on temp Postgres instance
Tests are now run on a temporary Postgres instance, which is launched
by the `pg_regress` test runner. This allows running tests without
having an existing running instance with a matching configuration and
also obviates the need for preloading the TimescaleDB extension. As a
result, tests are simpler to setup and run, and are more reliable and
consistent.
2017-06-01 17:22:37 +02:00

3 lines
90 B
Plaintext

timescaledb.allow_install_without_preload = 'on'
shared_preload_libraries = 'timescaledb'