From 88753b33259beed4a7487cb6d90b5ec215126bc1 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 29 Mar 2023 10:35:58 +0200 Subject: [PATCH] doc: link follow-up issue in TODO comment --- pageserver/src/tenant/timeline.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pageserver/src/tenant/timeline.rs b/pageserver/src/tenant/timeline.rs index 91efde8f22..6bb80ad275 100644 --- a/pageserver/src/tenant/timeline.rs +++ b/pageserver/src/tenant/timeline.rs @@ -1055,8 +1055,8 @@ impl Timeline { use super::layer_map::Replacement; if local_layer.is_remote_layer() { - // TODO: consider returning an err here instead of false, which is the same out the - // match later + // TODO(issue #3851): consider returning an err here instead of false, + // which is the same out the match later return Ok(false); }