Function mz_postgres_util::replication::get_current_wal_lsn

source ยท
pub async fn get_current_wal_lsn(
    client: &Client,
) -> Result<PgLsn, PostgresError>