From: Frank Brehm Date: Thu, 5 Jan 2017 12:49:36 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1796be70b1a6d240e49f6132b69a8f3901fb88c6;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/postgresql-9.5/postgresql.conf b/postgresql-9.5/postgresql.conf index 57026bd..0a7d5a1 100644 --- a/postgresql-9.5/postgresql.conf +++ b/postgresql-9.5/postgresql.conf @@ -143,7 +143,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 = 'auto_explain' +shared_preload_libraries = 'auto_explain, citext, cube, pgcrypto, pgrowlocks, pg_trgm, seg, unaccent, uuid-ossp' auto_explain.log_min_duration = 1000ms auto_explain.log_verbose = on auto_explain.log_nested_statements = on