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

Take ACCESS EXCLUSIVE LOCK carefully #298

Merged
merged 2 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. Take ACCESS EXCLUSIVE LOCK carefully

    Try to get the lock in loop with timeouts using `lock_exclusive()`.
    This allows to not stuck lock queue for readers if pg_repack
    cannot take the lock fast enough.
    za-arthur committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1e2f9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ce8f9 View commit details
    Browse the repository at this point in the history