From 05b5ae32a160721937c23683bbd44a5a35ad0a97 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Sun, 12 Jun 2022 13:01:13 -0400 Subject: [PATCH] Fix comment --- pageserver/src/import_datadir.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pageserver/src/import_datadir.rs b/pageserver/src/import_datadir.rs index 08639ea2ab..48542edf17 100644 --- a/pageserver/src/import_datadir.rs +++ b/pageserver/src/import_datadir.rs @@ -26,9 +26,8 @@ use utils::lsn::Lsn; /// Import all relation data pages from local disk into the repository. /// /// 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 -/// cluster was not shut down cleanly. +/// The code that deals with the checkpoint would not work right if the +/// clusterwas not shut down cleanly. pub fn import_timeline_from_postgres_datadir( path: &Path, tline: &mut DatadirTimeline,