mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
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.
13 lines
212 B
C
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_ */
|