mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Miscellaneous code cleanup and typo fixes
This commit is contained in:
9
repmgr.c
9
repmgr.c
@@ -761,15 +761,6 @@ main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
/* keywords[2] = "user";
|
||||
values[2] = (runtime_options.username[0]) ? runtime_options.username : NULL;
|
||||
keywords[3] = "dbname";
|
||||
values[3] = runtime_options.dbname;
|
||||
keywords[4] = "application_name";
|
||||
values[4] = (char *) progname();
|
||||
keywords[5] = NULL;
|
||||
values[5] = NULL;*/
|
||||
|
||||
/*
|
||||
* Initialize the logger. If verbose command line parameter was input,
|
||||
* make sure that the log level is at least INFO. This is mainly useful
|
||||
|
||||
Reference in New Issue
Block a user