projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd5af19
)
Forgotten in previous commit
author
Yugo Nagata
<nagata@sraoss.co.jp>
Fri, 28 Feb 2014 10:51:02 +0000
(19:51 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Fri, 28 Feb 2014 10:51:26 +0000
(19:51 +0900)
pool_config.l
patch
|
blob
|
blame
|
history
diff --git
a/pool_config.l
b/pool_config.l
index 9a3a95a423c47b1428131d3ee0f78364c1427e73..f93cc0d93375ff6520ba9d47758c2c951bc50d34 100644
(file)
--- 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))