Files
repmgr/repmgrd-bdr.h
Ian Barwick e3b3fb65f0 repmgrd: restrict BDR monitoring to two node setup
It's not safe to have more than two nodes with this kind of
"failover", so we don't need to select alternative nodes by
priority.
2017-07-14 12:56:11 +09:00

13 lines
212 B
C

/*
* repmgrd-bdr.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGRD_BDR_H_
#define _REPMGRD_BDR_H_
extern void do_bdr_node_check(void);
extern void monitor_bdr(void);
#endif /* _REPMGRD_BDR_H_ */