/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tools/ci/pg_ci_base.conf
15 строк
447 B
Peter Eisentraut
Add log_autoanalyze_min_duration
15 окт 2025, 15:31
15 окт 2025, 15:31
dd3ae37
Код
Авторство
О чём код?
# Tends to produce too many core files, taking a long time restart_after_crash = false # So that tests using the "manually" started postgres on windows can use # prepared statements max_prepared_transactions = 10 # Settings that make logs more useful log_autovacuum_min_duration = 0 log_autoanalyze_min_duration = 0 log_checkpoints = true log_connections = all log_disconnections = true log_line_prefix = '%m %b[%p] %q%a ' log_lock_waits = true