pub async fn get_is_in_recovery(client: &Client) -> Result<bool, PostgresError>Expand description
Returns whether the server is in recovery, i.e. is a physical replica.
pub async fn get_is_in_recovery(client: &Client) -> Result<bool, PostgresError>Returns whether the server is in recovery, i.e. is a physical replica.