Files
neon/pageserver
Christian Schwarz 7f9897e8e2 remove impl Write for VirtualFile to discover where it's needed
Insights: it's needed

- for save_metadata and persistent_tenant_conf: these always "replace"
  the file to be overwritten with contents provided in an in-memory
  buffer. We can have a dedicated VirtualFile API for that purpose.

- the Delta / Image layer writers need `Summary::ser_into(&summary, &mut file)?`
  and `write_all` . Probably feasible.
2023-08-31 09:05:55 +00:00
..