async fn get_initial_oracle_timestamps(
    storage: &mut Box<dyn DurableCatalogState>,
    pg_timestamp_oracle_config: &Option<PostgresTimestampOracleConfig>
) -> Result<BTreeMap<Timeline, Timestamp>, AdapterError>