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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,8 @@ typedef struct
278
278
LWLockPadded*locks;/* multimaster lock tranche */
279
279
TransactionIdoldestXid;/* XID of oldest transaction visible by any active transaction (local or global) */
280
280
nodemask_tdisabledNodeMask;/* Bitmask of disabled nodes */
281
-
nodemask_tarbitratorDisabledMask;/* Bitmask of node disabled by arbitrator */
281
+
nodemask_tdeadNodeMask;/* Bitmask of nodes considered as dead by arbitrator */
282
+
nodemask_trecoveredNodeMask;/* Bitmask of nodes recoverd after been reported as dead by arbitrator */
282
283
nodemask_tstalledNodeMask;/* Bitmask of stalled nodes (node with dropped replication slot which makes it not possible automatic recovery of such node) */
283
284
nodemask_tstoppedNodeMask;/* Bitmask of stopped (permanently disabled nodes) */
284
285
nodemask_tpglogicalReceiverMask;/* bitmask of started pglogic receivers */