From: Bo Peng Date: Sat, 21 Jan 2023 15:44:51 +0000 (+0900) Subject: Change the default value for wd_lifecheck_password to empty string as documented. X-Git-Tag: V4_0_22~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=53d1375a4a9b444fb6b5a0def9a0c411c3add9f0;p=pgpool2.git Change the default value for wd_lifecheck_password to empty string as documented. --- diff --git a/src/config/pool_config_variables.c b/src/config/pool_config_variables.c index c45b65430..be7559f05 100644 --- 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 },