Function mz_storage::source::postgres::fetch_slot_metadata
source ยท async fn fetch_slot_metadata(
client: &Client,
slot: &str,
interval: Duration,
) -> Result<SlotMetadata, TransientError>
Expand description
Fetches the minimum LSN at which this slot can safely resume.