mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Store upstream node ID if set
Required to manage cascaded standbys
This commit is contained in:
4
repmgr.h
4
repmgr.h
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#define MAXFILENAME 1024
|
||||
#define ERRBUFF_SIZE 512
|
||||
#define ERRBUFF_SIZE 512
|
||||
|
||||
#define DEFAULT_CONFIG_FILE "./repmgr.conf"
|
||||
#define DEFAULT_WAL_KEEP_SEGMENTS "5000"
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
#define MANUAL_FAILOVER 0
|
||||
#define AUTOMATIC_FAILOVER 1
|
||||
|
||||
#define NO_UPSTREAM_NODE -1
|
||||
|
||||
/* Run time options type */
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user