Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef7d38d

Browse files
afiskonkelvich
authored andcommitted
Typo fixed
1 parent 3a9e118 commit ef7d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbiter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ static void MtmReceiver(Datum arg)
11301130
} else {
11311131
Assert(ts->status == TRANSACTION_STATUS_ABORTED);
11321132
MTM_ELOG(WARNING, "Receive PRECOMMITTED response for aborted transaction %s (%llu) from node %d",
1133-
ts->gid, (long64)ts->xid, node); // How it can happen? SHould we use assert here?
1133+
ts->gid, (long64)ts->xid, node); // How it can happen? Should we use assert here?
11341134
if ((ts->participantsMask & ~Mtm->disabledNodeMask & ~ts->votedMask) == 0) {
11351135
MtmWakeUpBackend(ts);
11361136
}

0 commit comments

Comments
 (0)