mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
https://github.com/neondatabase/neon/pull/12676#discussion_r2220512343; concern about backward compat of TimelineInfo
This commit is contained in:
@@ -1623,6 +1623,7 @@ pub struct TimelineInfo {
|
|||||||
/// Whether the timeline is invisible in synthetic size calculations.
|
/// Whether the timeline is invisible in synthetic size calculations.
|
||||||
pub is_invisible: Option<bool>,
|
pub is_invisible: Option<bool>,
|
||||||
|
|
||||||
|
#[serde(default)]
|
||||||
pub standby_horizon: serde_json::Value,
|
pub standby_horizon: serde_json::Value,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user