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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,8 @@ typedef struct
289
289
TransactionIdoldestXid;/* XID of oldest transaction visible by any active transaction (local or global) */
290
290
nodemask_tdisabledNodeMask;/* Bitmask of disabled nodes */
291
291
nodemask_tclique;/* Bitmask of nodes that are connected and we allowed to connect/send wal/receive wal with them */
292
-
boolrefereeGrant;/* Referee allowed us to work with half of the nodes */
292
+
boolrefereeGrant;/* Referee allowed us to work with half of the nodes */
293
+
intrefereeWinnerId;/* Node that won referee contest */
293
294
nodemask_tdeadNodeMask;/* Bitmask of nodes considered as dead by referee */
294
295
nodemask_trecoveredNodeMask;/* Bitmask of nodes recoverd after been reported as dead by referee */
295
296
nodemask_tstalledNodeMask;/* Bitmask of stalled nodes (node with dropped replication slot which makes it not possible automatic recovery of such node) */