mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
repmgrd: remove duplicate function definition
This commit is contained in:
@@ -88,7 +88,6 @@ static void update_monitoring_history(void);
|
||||
|
||||
static void handle_sighup(PGconn **conn, t_server_type server_type);
|
||||
|
||||
static const char *format_failover_state(FailoverState failover_state);
|
||||
static const char *format_failover_state(FailoverState failover_state);
|
||||
static ElectionResult execute_failover_validation_command(t_node_info *node_info);
|
||||
static void parse_failover_validation_command(const char *template, t_node_info *node_info, PQExpBufferData *out);
|
||||
|
||||
Reference in New Issue
Block a user