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

Restore running xacts from CLOG on replica startup #424

Closed

Commits on May 23, 2024

  1. Don't set wasShutdown=true when starting a read replica

    That led to incorrect query results, because the known-assigned XIDs
    machinery was initialized incorrectly thinking that all of the
    in-progress transactions were aborted.
    hlinnaka committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac74f31 View commit details
    Browse the repository at this point in the history
  2. Initialize oldestActiveXid, if it's not set in the checkpoint

    This is needed by the works to initialize running-xids data by
    scanning the CLOG at startup.
    hlinnaka committed May 23, 2024
    Configuration menu
    Copy the full SHA
    05d21e2 View commit details
    Browse the repository at this point in the history