mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
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.
3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
timescaledb.allow_install_without_preload = 'on'
|
|
shared_preload_libraries = 'timescaledb'
|