projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73478a4
)
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 11:01:02 +0000
(20:01 +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 9fb8f38490c2fe34fc167dcf31e74fa6399eb5fd..51bdd08f47f301ef7aa80372e707c4bc78293fd2 100644
(file)
--- a/
src/utils/pool_process_reporting.c
+++ b/
src/utils/pool_process_reporting.c
@@
-255,7
+255,7
@@
POOL_REPORT_CONFIG* 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);