Allow writeVersion, oldestVersion, and readVersion to span 2e9

This commit is contained in:
2024-07-03 14:19:50 -07:00
parent 9c5b38b09a
commit 76df63a9d7
657 changed files with 24 additions and 13 deletions
+1 -3
View File
@@ -634,9 +634,7 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
}
void setOldestVersion(int64_t oldestVersion) {
if (oldestVersion < this->oldestVersion) {
return;
}
assert(oldestVersion >= this->oldestVersion);
this->oldestVersion = oldestVersion;
SkipList::Finger finger;
int temp;