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
Previously, trigger dependents used the NotImplementedForPublicObjects
operation to indicate that no operations were needed. Sadly because
triggers are not descriptors, this could lead to assertions in more
complex plans, when schema_locked is involved. To address this, this
patch modifies this operation to accept a trigger ID to detect if the
trigger is dropped.
Release note: None
0 commit comments