projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d9f5e
)
Fix typo in log message.
author
Bo Peng
<pengbo@sraoss.co.jp>
Wed, 5 Jul 2023 08:08:04 +0000
(17:08 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Wed, 5 Jul 2023 08:08:41 +0000
(17:08 +0900)
src/config/pool_config_variables.c
patch
|
blob
|
blame
|
history
diff --git
a/src/config/pool_config_variables.c
b/src/config/pool_config_variables.c
index 105d20840e9ccc89725fefb41952b4036a5c03e8..3373f04f9525e9eeae9af42265df8d2110c017bc 100644
(file)
--- a/
src/config/pool_config_variables.c
+++ b/
src/config/pool_config_variables.c
@@
-4962,7
+4962,7
@@
config_post_processor(ConfigContext context, int elevel)
if (pool_config->min_spare_children >= pool_config->max_spare_children)
{
ereport(elevel,
- (errmsg("invalid configuration, max_spare_children:%d must be greater than m
ax
_spare_children:%d",
+ (errmsg("invalid configuration, max_spare_children:%d must be greater than m
in
_spare_children:%d",
pool_config->max_spare_children,pool_config->min_spare_children)));
return false;
}