mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
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.
16 lines
687 B
Plaintext
16 lines
687 B
Plaintext
# This section has to be equivalent to test/postgresql.conf
|
|
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] '
|
|
|
|
# This section adds additional options required by TSL
|
|
# Note any changes here require updates to appveyor.yml
|
|
timescaledb.license_key='E1eyJlbmRfdGltZSI6IjIwMTgtMTAtMDEgKzAwMDAiLCAic3RhcnRfdGltZSI6IjIwMTgtMDktMDEgKzAwMDAiLCAiaWQiOiI0OTBGQjI2MC1BMjkyLTRBRDktOUFBMi0wMzYwODM1NzkxQjgiLCAia2luZCI6InRyaWFsIn0K'
|
|
log_line_prefix='%u [%p] %d '
|