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

Commit3a9e118

Browse files
afiskonkelvich
authored andcommitted
unexisted -> non-existing
1 parent5ab4e64 commit3a9e118

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
@@ -1031,7 +1031,7 @@ static void MtmReceiver(Datum arg)
10311031
}
10321032
ts= (MtmTransState*)hash_search(MtmXid2State,&msg->dxid,HASH_FIND,NULL);
10331033
if (ts==NULL) {
1034-
MTM_ELOG(WARNING,"Ignore response forunexisted transaction %llu from node %d", (long64)msg->dxid,node);
1034+
MTM_ELOG(WARNING,"Ignore response fornon-existing transaction %llu from node %d", (long64)msg->dxid,node);
10351035
continue;
10361036
}
10371037
Assert(msg->code==MSG_ABORTED||strcmp(msg->gid,ts->gid)==0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp