Files
neon/pageserver/src
Christian Schwarz 957af049c2 ephemeral file: refactor write_blob impl to concentrate mutable state (#5004)
Before this patch, we had the `off` and `blknum` as function-wide
mutable state. Now it's contained in the `Writer` struct.

The use of `push_bytes` instead of index-based filling of the buffer
also makes it easier to reason about what's going on.

This is prep for https://github.com/neondatabase/neon/pull/4994
2023-08-17 13:07:25 +03:00
..
2023-08-10 18:53:16 +03:00
2023-08-10 18:53:16 +03:00
2023-08-10 18:53:16 +03:00
2023-08-10 18:53:16 +03:00
2022-11-10 16:43:04 -05:00