Files
repmgr/repmgr-action-node.h
Ian Barwick 8a2e4db1bc Add "repmgr node status"
Outputs an overview of a node's status, and emits warnings if any
issues detected.
2017-07-25 00:39:04 +09:00

13 lines
239 B
C

/*
* repmgr-action-node.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_NODE_H_
#define _REPMGR_ACTION_NODE_H_
extern void do_node_status(void);
extern void do_node_check(void);
#endif /* _REPMGR_ACTION_NODE_H_ */