placeholder code for function

This commit is contained in:
Ian Barwick
2017-06-27 09:50:47 +09:00
parent 78a16d746d
commit 35b6178e07
3 changed files with 18 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ typedef struct s_node_info
char slot_name[MAXLEN];
int priority;
bool active;
/* used during failover to track node status */
bool is_ready;
bool is_visible;
XLogRecPtr xlog_location;