From: Yugo Nagata Date: Fri, 28 Feb 2014 10:51:02 +0000 (+0900) Subject: Forgotten in previous commit X-Git-Tag: V3_1_11~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ae09ad32ac4c864cd56ecd2e8b25d8ff1f51af70;p=pgpool2.git Forgotten in previous commit --- diff --git a/pool_config.l b/pool_config.l index 9a3a95a42..f93cc0d93 100644 --- a/pool_config.l +++ b/pool_config.l @@ -1844,7 +1844,7 @@ int pool_get_config(char *confpath, POOL_CONFIG_CONTEXT context) fclose(fd); return(-1); } - pool_config->debug_level = v; + pool_config->debug_level |= v; } else if (!strcmp(key, "relcache_expire") && CHECK_CONTEXT(INIT_CONFIG|RELOAD_CONFIG, context))