Move create_recovery_file() et al to repmgr-action-standby.c

As they're only ever called from there.
This commit is contained in:
Ian Barwick
2017-09-18 09:53:08 +09:00
parent 31c7cb4e9a
commit ea2693bc75
4 changed files with 224 additions and 222 deletions

View File

@@ -204,7 +204,4 @@ static const char *action_name(const int action);
static void check_cli_parameters(const int action);
static void write_primary_conninfo(char *line, t_conninfo_param_list *param_list);
static bool write_recovery_file_line(FILE *recovery_file, char *recovery_file_path, char *line);
#endif /* _REPMGR_CLIENT_H_ */