You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated
Looking at AlterDomainValidateConstraint, it seems currently, ALTER DOMAIN
VALIDATE CONSTRAINT will re-validate a constraint that has already been
validated, which would just waste cycles. Ideally, this operation should be a
no-op when the constraint is already validated.
0 commit comments