mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Removed the PG12 specific macros and all the now, dead code. Also updated the testcases which had workarounds in place to make them compatible with PG12.
21 lines
712 B
Plaintext
21 lines
712 B
Plaintext
# NOTE: any changes here require changes to tsl/test/postgresql.conf. Its prefix
|
|
# must be the same as this file.
|
|
|
|
shared_preload_libraries=timescaledb
|
|
max_worker_processes=24
|
|
autovacuum=false
|
|
random_page_cost=1.0
|
|
timezone='US/Pacific'
|
|
datestyle='Postgres, MDY'
|
|
timescaledb.license='apache'
|
|
@TELEMETRY_DEFAULT_SETTING@
|
|
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='%m: %u [%p] %d '
|
|
# Set extra_float_digits=0 to retain the pre PG12 rounding behaviour
|
|
# of floating point numbers, which are needed to make our tests work.
|
|
extra_float_digits=0
|
|
timescaledb.passfile='@TEST_PASSFILE@'
|
|
hba_file='@TEST_PG_HBA_FILE@'
|