Fix logging related to "connection_check_type"

Also log the selected type at repmgrd startup.
This commit is contained in:
Ian Barwick
2019-03-20 11:58:18 +09:00
parent 7434cc0b8e
commit 7d0caefaee
3 changed files with 23 additions and 2 deletions

View File

@@ -329,5 +329,6 @@ void free_parsed_argv(char ***argv_array);
/* called by repmgr-client and repmgrd */
void exit_with_cli_errors(ItemList *error_list, const char *repmgr_command);
void print_item_list(ItemList *item_list);
const char *print_connection_check_type(ConnectionCheckType type);
#endif /* _REPMGR_CONFIGFILE_H_ */