timescaledb/test/postgresql.conf
Matvey Arye 4140c58f1b Update postgresql.conf used for testing
The windows tests apply the non-tsl config options to the
TSL tests. Update the linux postgresql.conf files to use the
same semantics.

This caused a change in the transparent_decompression golden
file because of the change to random_page_cost for the tsl
test.
2019-10-29 19:02:58 -04:00

14 lines
495 B
Plaintext

# NOTE: any changes here require changes to two other places
# 1) tsl/test/postgresql.conf requires that it's prefix be the same as this file.
# 2) appveyor.yml needs to be updated with the same options
shared_preload_libraries=timescaledb
max_worker_processes=16
autovacuum=false
random_page_cost=1.0
timescaledb.telemetry_level=off
timescaledb.last_tuned='1971-02-03 04:05:06.789012 -0300'
timescaledb.last_tuned_version='0.0.1'
timescaledb_telemetry.cloud='ci'
log_line_prefix='%u [%p] %d '