Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ab4e64

Browse files
afiskonkelvich
authored andcommitted
unexisted -> non-existing
1 parent238766c commit5ab4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ static void MtmReceiver(Datum arg)
978978
Assert(*msg->gid);
979979
tm= (MtmTransMap*)hash_search(MtmGid2State,msg->gid,HASH_FIND,NULL);
980980
if (tm==NULL||tm->state==NULL) {
981-
MTM_ELOG(WARNING,"Response forunexisted transaction %s from node %d",msg->gid,node);
981+
MTM_ELOG(WARNING,"Response fornon-existing transaction %s from node %d",msg->gid,node);
982982
}else {
983983
ts=tm->state;
984984
BIT_SET(ts->votedMask,node-1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp