From f5a9becd96cb94b0614b6811e6b045a002c77f78 Mon Sep 17 00:00:00 2001 From: Ryan Daum Date: Mon, 1 Jan 2024 21:50:01 -0500 Subject: [PATCH] Fix comment. --- crates/db/src/tuplebox/coldstorage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/db/src/tuplebox/coldstorage.rs b/crates/db/src/tuplebox/coldstorage.rs index a6235703..e74dfc38 100644 --- a/crates/db/src/tuplebox/coldstorage.rs +++ b/crates/db/src/tuplebox/coldstorage.rs @@ -34,7 +34,7 @@ use crate::tuplebox::tuples::TxTuple; use crate::tuplebox::tx::working_set::WorkingSet; use crate::tuplebox::RelationId; -/// Uses OkayWal + Marble as the persistent backing store & write-ahead-log for the tuplebox. +/// Uses WAL + custom page store as the persistent backing store & write-ahead-log for the tuplebox. pub struct ColdStorage {} define_layout!(sequence_page, LittleEndian, {