Add "repmgr node archive-config"

This commit is contained in:
Ian Barwick
2017-08-01 17:38:54 +09:00
parent 3683d096f1
commit f023b9c90c
9 changed files with 281 additions and 39 deletions

View File

@@ -8,5 +8,7 @@
extern void do_node_status(void);
extern void do_node_check(void);
extern void do_node_archive_config(void);
extern void do_node_restore_config(void);
#endif /* _REPMGR_ACTION_NODE_H_ */