timescaledb/test/postgresql.conf.in
Sven Klemm 647e558871 Reenable autovacuum in CI
We want to run autovacuum in CI to find bugs with our own code when
parallel vacuum is happening.
2024-10-28 12:54:55 +01:00

28 lines
851 B
Plaintext

# NOTE: any changes here require changes to tsl/test/postgresql.conf. Its prefix
# must be the same as this file.
autovacuum=true
datestyle='Postgres, MDY'
hba_file='@TEST_PG_HBA_FILE@'
log_destination='@TEST_PG_LOG_DESTINATION@'
log_directory='@TEST_PG_LOG_DIRECTORY@'
log_filename='postmaster.log'
log_line_prefix='%m: %u [%p] %d '
logging_collector=true
max_worker_processes=24
random_page_cost=1.0
shared_preload_libraries=timescaledb
timescaledb.last_tuned='1971-02-03 04:05:06.789012 -0300'
timescaledb.last_tuned_version='0.0.1'
timescaledb.passfile='@TEST_PASSFILE@'
timescaledb_telemetry.cloud='ci'
timezone='US/Pacific'
# 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
@TELEMETRY_DEFAULT_SETTING@
timescaledb.license='apache'