mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
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.