From 1ebd145c2991067008f8ca10c5f5b275d3051768 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 17 Jan 2023 13:30:42 +0200 Subject: [PATCH] Actualize the comment (#3362) Follow-up of https://github.com/neondatabase/neon/pull/3326#issuecomment-1384265759 --- pageserver/src/tenant/remote_timeline_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/tenant/remote_timeline_client.rs b/pageserver/src/tenant/remote_timeline_client.rs index c90d078034..013591caee 100644 --- a/pageserver/src/tenant/remote_timeline_client.rs +++ b/pageserver/src/tenant/remote_timeline_client.rs @@ -135,7 +135,7 @@ //! - Initiate upload queue with that [`IndexPart`]. //! - Reschedule all lost operations by comparing the local filesystem state //! and remote state as per [`IndexPart`]. This is done in -//! [`Timeline::setup_timeline`] and [`Timeline::reconcile_with_remote`]. +//! [`Timeline::timeline_init_and_sync`] and [`Timeline::reconcile_with_remote`]. //! //! Note that if we crash during file deletion between the index update //! that removes the file from the list of files, and deleting the remote file,