forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 6d6570bf vfs: enforce mutual exclusion in MemFS.Lock 336c9979 metamorphic: vary sstable compression algorithm c91e8796 db: double check file reference counts when loading file 22fbb69a scripts: generate code coverage with invariants build tag 529d256a db: use invalidating iterators with low probability under invariants bb9d6ab6 internal/invalidating: propagate lazy value fetching 9dbff72c internal/invalidating: trash trailers with 0xff 2689f0d2 internal/invalidating: move invalidating iter 96978427 db: add explicit levelIter pointer 20e07e1f db: avoid type conversion during iterator read sampling ``` Informs cockroachdb#110645. Epic: none Release note: none
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1609,10 +1609,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "012eedd4458ec30639f822acf21c7f2a35c19740d3c2075f37bdf25625a9682e", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230913170726-3db8edc31693", | ||
sha256 = "781188006acfa57acaabaf042badd129ec60a9244da17d61f951816ca6612884", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230915152238-6d6570bf1e25", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230913170726-3db8edc31693.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230915152238-6d6570bf1e25.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters