walkeeper -> safekeeper

This commit is contained in:
Kirill Bulatov
2022-04-18 11:41:05 +03:00
committed by Kirill Bulatov
parent 81879f8137
commit 81417788c8
34 changed files with 69 additions and 69 deletions

View File

@@ -4,7 +4,7 @@
//! This understands the WAL page and record format, enough to figure out where the WAL record
//! boundaries are, and to reassemble WAL records that cross page boundaries.
//!
//! This functionality is needed by both the pageserver and the walkeepers. The pageserver needs
//! This functionality is needed by both the pageserver and the safekeepers. The pageserver needs
//! to look deeper into the WAL records to also understand which blocks they modify, the code
//! for that is in pageserver/src/walrecord.rs
//!