aboutsummaryrefslogtreecommitdiffstats
path: root/nms/postgresql.conf
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-01 19:14:20 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-01 19:14:20 +0200
commitbc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (patch)
treeccb9a45430645ea80bca1b3717e453e254229a0e /nms/postgresql.conf
parent1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (diff)
parent3dc8afb739a03459393d3cda79bd16cefff15cae (diff)
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'nms/postgresql.conf')
-rw-r--r--nms/postgresql.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms/postgresql.conf b/nms/postgresql.conf
index dee1129..5c45d68 100644
--- a/nms/postgresql.conf
+++ b/nms/postgresql.conf
@@ -145,7 +145,7 @@ dynamic_shared_memory_type = posix # the default is the first option
#max_files_per_process = 1000 # min 25
# (change requires restart)
-#shared_preload_libraries = '' # (change requires restart)
+shared_preload_libraries = '' # (change requires restart)
# - Cost-Based Vacuum Delay -
@@ -393,7 +393,7 @@ wal_level = archive # minimal, archive, hot_standby, or logical
# fatal
# panic (effectively off)
-#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
+log_min_duration_statement = 2000 # -1 is disabled, 0 logs all statements
# and their durations, > 0 logs only
# statements running at least this number
# of milliseconds