- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitab6d1cd
committed
Fix typo in relcache's equalPolicy()
The USING policies were not being checked for differences as the samepolicy was being passed in to both sides of the equal(). This couldresult in backends not realizing that a policy had been changed, ifnone of the other attributes had been changed.Fix by passing to equal() the policy1 and policy2 using quals forcomparison.No need to back-patch as this is not yet released. Noticed whiletesting changes to RLS proposed by Dean Rasheed.1 parent4cb7d67 commitab6d1cd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
|
0 commit comments
Comments
(0)