Files
neon/pageserver/src
Heikki Linnakangas fdd987c3ad Refactor the way Image- and DeltaLayers are created
Introduce builder objects, DeltaLayerWriter and ImageLayerWriter.
This gives more flexibility, as the DeltaLayer::create and
ImageLayer::create functions don't need to know about the details of
the format of where the page versions are coming from. This allows us
to change the format used in InMemoryLayer more easily, without having
to modify Delta- and ImageLayer code.

Also refactor the code in InMemoryLayer::write_to_disk for clarity.
2021-12-23 00:33:16 +02:00
..
2021-12-10 17:23:35 +02:00
2021-12-21 15:43:34 +03:00
2021-12-14 20:24:03 +02:00
2021-12-10 17:23:35 +02:00
2021-12-15 19:58:03 +02:00
2021-12-10 17:23:35 +02:00
2021-12-10 17:23:35 +02:00
2021-12-14 20:24:03 +02:00