cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.8k stars 447 forks source link

vfs: fix memFile pos #3704

Closed thomasten closed 3 months ago

thomasten commented 3 months ago

Open files in Go have only one position for both read and write. Change memFile such that it behaves the same as a file opened with the defaultFS.

cockroach-teamcity commented 3 months ago

This change is Reviewable