From 1796be70b1a6d240e49f6132b69a8f3901fb88c6 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 5 Jan 2017 13:49:36 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- postgresql-9.5/postgresql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5