Change the default value for wd_lifecheck_password to empty string as documented.
authorBo Peng <pengbo@sraoss.co.jp>
Sat, 21 Jan 2023 15:44:51 +0000 (00:44 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Sat, 21 Jan 2023 15:44:51 +0000 (00:44 +0900)
src/config/pool_config_variables.c

index c45b65430a0574ead6aba1b1abea6811ea349867..be7559f052607fa83ee7acf14058bf13376318d0 100644 (file)
@@ -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
        },