mz_storage::source::postgres

Function 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.