projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de3d77
)
Fix typo in child_max_connections description.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Thu, 25 Oct 2018 10:58:34 +0000
(19:58 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Thu, 25 Oct 2018 10:58:34 +0000
(19:58 +0900)
Patch provided by Phil Ramirez.
src/utils/pool_process_reporting.c
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/pool_process_reporting.c
b/src/utils/pool_process_reporting.c
index 8c8d4dad80230e447d3ffb4547c29de56f80357f..328203b44b4d5bd5912c13c22e1aa23852c5a8b3 100644
(file)
--- a/
src/utils/pool_process_reporting.c
+++ b/
src/utils/pool_process_reporting.c
@@
-288,7
+288,7
@@
get_config(int *nrows)
StrNCpy(status[i].name, "child_max_connections", POOLCONFIG_MAXNAMELEN);
snprintf(status[i].value, POOLCONFIG_MAXVALLEN, "%d", pool_config->child_max_connections);
- StrNCpy(status[i].desc, "if max_connections received, chil
e
exits", POOLCONFIG_MAXDESCLEN);
+ StrNCpy(status[i].desc, "if max_connections received, chil
d
exits", POOLCONFIG_MAXDESCLEN);
i++;
StrNCpy(status[i].name, "connection_life_time", POOLCONFIG_MAXNAMELEN);