mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 08:22:55 +00:00
Fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ use utils::lsn::Lsn;
|
||||
///
|
||||
/// This is currently only used to import a cluster freshly created by initdb.
|
||||
/// The code that deals with the checkpoint would not work right if the
|
||||
/// clusterwas not shut down cleanly.
|
||||
/// cluster was not shut down cleanly.
|
||||
pub fn import_timeline_from_postgres_datadir<R: Repository>(
|
||||
path: &Path,
|
||||
tline: &mut DatadirTimeline<R>,
|
||||
|
||||
Reference in New Issue
Block a user