mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-05 06:20:37 +00:00
walkeeper -> safekeeper
This commit is contained in:
committed by
Kirill Bulatov
parent
81879f8137
commit
81417788c8
@@ -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
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user