Move function parse_repmgr_version() to a more appropriate location

This commit is contained in:
Ian Barwick
2019-09-17 15:59:56 +09:00
parent 8e6d111f32
commit a502b2cf96
4 changed files with 42 additions and 41 deletions

View File

@@ -260,5 +260,6 @@ extern void drop_replication_slot_if_exists(PGconn *conn, int node_id, char *slo
extern bool check_node_can_attach(TimeLineID local_tli, XLogRecPtr local_xlogpos, PGconn *follow_target_conn, t_node_info *follow_target_node_record, bool is_rejoin);
extern void check_shared_library(PGconn *conn);
extern bool is_repmgrd_running(PGconn *conn);
extern int parse_repmgr_version(const char *version_string);
#endif /* _REPMGR_CLIENT_GLOBAL_H_ */