mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-23 22:41:34 +08:00
Something is causing a heap corruption upon setting the license key to default when we try to use the guc extra on windows. For now stop using it and just rerun the validation function, if we get to the assign hook we must have a valid key, so it will never fail. Also Fixes error message on windows; turns out windows does not like to print NULL strings. Don't do that. Fixes other minor windows bugs.
6 lines
348 B
Plaintext
6 lines
348 B
Plaintext
shared_preload_libraries=timescaledb
|
|
max_worker_processes=16
|
|
timescaledb.telemetry_level=off
|
|
# when changing this, also update the one in appveyor.yml
|
|
timescaledb.license_key='E1eyJlbmRfdGltZSI6IjIwMTgtMTAtMDEgKzAwMDAiLCAic3RhcnRfdGltZSI6IjIwMTgtMDktMDEgKzAwMDAiLCAiaWQiOiI0OTBGQjI2MC1BMjkyLTRBRDktOUFBMi0wMzYwODM1NzkxQjgiLCAia2luZCI6InRyaWFsIn0K'
|