mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-05 21:20:37 +00:00
chore: fixup comment
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
//!
|
||||
//! Every image layer file consists of three parts: "summary",
|
||||
//! "index", and "values". The summary is a fixed size header at the
|
||||
//! beginningof the file, and it contains basic information about the
|
||||
//! beginning of the file, and it contains basic information about the
|
||||
//! layer, and offsets to the other parts. The "index" is a B-tree,
|
||||
//! mapping from Key to an offset in the "values" part. The
|
||||
//! actual page images are stored in the "values" part.
|
||||
|
||||
Reference in New Issue
Block a user