mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add documentation about passwords and recovery.conf
This commit is contained in:
@@ -93,8 +93,6 @@ main(int argc, char **argv)
|
||||
|
||||
bool help_option = false;
|
||||
|
||||
char *foo = "";
|
||||
|
||||
set_progname(argv[0]);
|
||||
|
||||
/*
|
||||
@@ -119,10 +117,6 @@ main(int argc, char **argv)
|
||||
*/
|
||||
initialize_conninfo_params(&default_conninfo, true);
|
||||
|
||||
/* foo = param_list_to_string(&default_conninfo);
|
||||
printf("XX '%s'\n", foo);
|
||||
exit(0);*/
|
||||
|
||||
for (c = 0; c < default_conninfo.size && default_conninfo.keywords[c]; c++)
|
||||
{
|
||||
if (strcmp(default_conninfo.keywords[c], "host") == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user