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
sql/schemachanger: fix lost dependencies in ALTER POLICY expressions
When altering only the USING expression of a policy that also had a
WITH CHECK expression, dependencies from the WITH CHECK expression
were incorrectly lost. This occurred because the upsertPolicyExpressions
function overwrote dependency sets instead of unioning them.
Fixes#153191
Epic: none
Release note (bug fix): Fixed ALTER POLICY incorrectly dropping dependency
tracking for functions, sequences, or types in policy expressions.
0 commit comments