8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa0550 commit f9f9d69Copy full SHA for f9f9d69
src/include/storage/predicate_internals.h
@@ -33,7 +33,7 @@ typedef uint64 SerCommitSeqNo;
33
* at that point. It's earlier than all normal sequence numbers,
34
* and is only used by recovered prepared transactions
35
*/
36
-#define InvalidSerCommitSeqNo UINT64_MAX
+#define InvalidSerCommitSeqNo ((SerCommitSeqNo) UINT64CONST(0xFFFFFFFFFFFFFFFF))
37
#define RecoverySerCommitSeqNo ((SerCommitSeqNo) 1)
38
#define FirstNormalSerCommitSeqNo ((SerCommitSeqNo) 2)
39
0 commit comments