Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize standby remaining total calls #292

Commits on Mar 29, 2022

  1. feat: minimize standby remaining total calls

    Reduce the calls in the recovery service agent checking if standby remaining totals is done
    by verifying on the tables if the standbys_ready
    is already set as this is the only thing which happens in the
    if statement and is computational cheap compared
    to iterating constantly over the standby_remaining_totals call.
    cbrand committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ce8dc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    6cb07b1 View commit details
    Browse the repository at this point in the history