projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af68dd
)
Change the default value for wd_lifecheck_password to empty string as documented.
author
Bo Peng
<pengbo@sraoss.co.jp>
Sat, 21 Jan 2023 15:44:51 +0000
(
00:44
+0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Sat, 21 Jan 2023 15:44:51 +0000
(
00:44
+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 c45b65430a0574ead6aba1b1abea6811ea349867..be7559f052607fa83ee7acf14058bf13376318d0 100644
(file)
--- a/
src/config/pool_config_variables.c
+++ b/
src/config/pool_config_variables.c
@@
-948,7
+948,7
@@
static struct config_string ConfigureNamesString[] =
CONFIG_VAR_TYPE_STRING, false, VAR_HIDDEN_VALUE
},
&g_pool_config.wd_lifecheck_password,
- "
postgres
",
+ "",
NULL, NULL, NULL, NULL
},