feat(pageserver): retire aux v1 read/write path

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2024-08-29 14:22:07 -04:00
parent 3b317cae07
commit c2fac2b651
6 changed files with 49 additions and 655 deletions

View File

@@ -719,9 +719,6 @@ pub struct TimelineInfo {
pub is_archived: bool,
pub walreceiver_status: String,
/// The last aux file policy being used on this timeline
pub last_aux_file_policy: Option<AuxFilePolicy>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]