async fn fetch_max_lsn(client: &Client) -> Result<MzOffset, TransientError>
Expand description
Fetch the pg_current_wal_lsn
, used to report metrics.
async fn fetch_max_lsn(client: &Client) -> Result<MzOffset, TransientError>
Fetch the pg_current_wal_lsn
, used to report metrics.