You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multimaster.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,7 @@ typedef struct
287
287
TransactionIdoldestXid;/* XID of oldest transaction visible by any active transaction (local or global) */
288
288
nodemask_tdisabledNodeMask;/* Bitmask of disabled nodes */
289
289
nodemask_tclique;/* Bitmask of nodes that are connected and we allowed to connect/send wal/receive wal with them */
290
+
boolrefereeGrant;/* Referee allowed us to work with half of the nodes */
290
291
nodemask_tdeadNodeMask;/* Bitmask of nodes considered as dead by referee */
291
292
nodemask_trecoveredNodeMask;/* Bitmask of nodes recoverd after been reported as dead by referee */
292
293
nodemask_tstalledNodeMask;/* Bitmask of stalled nodes (node with dropped replication slot which makes it not possible automatic recovery of such node) */