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

Commitf9f9d69

Browse files
committed
UINT64_MAX isn't defined on MSVC.
1 parentfaa0550 commitf9f9d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/storage/predicate_internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef uint64 SerCommitSeqNo;
3333
* at that point. It's earlier than all normal sequence numbers,
3434
* and is only used by recovered prepared transactions
3535
*/
36-
#defineInvalidSerCommitSeqNoUINT64_MAX
36+
#defineInvalidSerCommitSeqNo((SerCommitSeqNo) UINT64CONST(0xFFFFFFFFFFFFFFFF))
3737
#defineRecoverySerCommitSeqNo((SerCommitSeqNo) 1)
3838
#defineFirstNormalSerCommitSeqNo((SerCommitSeqNo) 2)
3939

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp