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

catalog: remove outdated CHECK post-deserialization changes #120008

Merged
merged 1 commit into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. catalog: remove outdated CHECK post-deserialization change

    This post-deserialization changes is vestigial. It is no longer
    needed since during the upgrade to 23.2, all descriptors had changes
    applied.
    
    The maybeAddConstraintIDs change had a bug that caused it to clobber the
    mutation of an in-progress schema change. Luckily we can just remove the
    change entirely rather than fixing it.
    
    Release note (bug fix): Fixed a bug that occurred when using ALTER TABLE
    to drop and re-add a CHECK constraint with the same name.
    rafiss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8b56efd View commit details
    Browse the repository at this point in the history