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
144808: backup: fix wrong URIs/localities on skip compaction chains r=msbutler a=kev-cao
The current tests for `ValidateEndTimeAndTruncate` only check that the correct number of URIs and localities are returned, but do not check that the correct values are returned. This allowed a bug to slip by where if compactions were being skipped, the wrong URIs and localities would be returned. This patch fixes the bug and updates the tests to be more specific.
Epic: None
Release note: None
145341: sql/rls: exempt foreign key propagation from RLS enforcement r=spilchen a=spilchen
Previously, RLS policies were applied during foreign key propagation, triggered by ON DELETE or ON UPDATE actions specified in foreign key definitions. This behavior was incorrect because foreign key maintenance operations must not be blocked by RLS to ensure data integrity. Postgres exempts such operations, and we now match that behavior.
Fixes#145333
Epic: CRDB-11724
Release note: none
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments