mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
configuration: clean up unneeded code and comments
This commit is contained in:
@@ -109,7 +109,7 @@ ProcessRepmgrConfigFile(const char *config_file, const char *base_dir, ItemList
|
||||
extern bool
|
||||
ProcessPostgresConfigFile(const char *config_file, const char *base_dir, KeyValueList *contents, ItemList *error_list, ItemList *warning_list)
|
||||
{
|
||||
printf("ProcessPostgresConfigFile(): base: %s file: %s\n", base_dir, config_file);
|
||||
//printf("ProcessPostgresConfigFile(): base: %s file: %s\n", base_dir, config_file);
|
||||
|
||||
return ProcessConfigFile(base_dir, config_file, NULL, true, contents, error_list, warning_list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user