adds comment

This commit is contained in:
Zaid Humayun
2025-05-30 20:08:49 +05:30
parent b9ae5e7ce9
commit 275548e991

View File

@@ -164,6 +164,7 @@ enum CheckpointState {
CheckpointDone,
}
/// The mode of allocating a btree page.
pub enum BtreePageAllocMode {
Any, // allocate any btree page
Exact(u32), // allocate a specific page number, typically used for root page allocation