forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7a28e9a
committed
Fix test_rls_hooks to assign expression collations properly.
This module overlooked this necessary fixup step on the results oftransformWhereClause(). It accidentally worked anyway, because theconstructed expression involved type "name" which is not collatable,but it fell over while I was experimenting with changing "name" tobe collatable.Back-patch, not because there's any live bug here in back branches,but because somebody might use this code as a model for some realapplication and then not understand why it doesn't work.1 parentd65ddb2 commit7a28e9a
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
| 111 | + | |
| 112 | + | |
110 | 113 |
| |
111 | 114 |
| |
112 | 115 |
| |
| |||
165 | 168 |
| |
166 | 169 |
| |
167 | 170 |
| |
| 171 | + | |
| 172 | + | |
168 | 173 |
| |
169 | 174 |
| |
170 | 175 |
| |
|
0 commit comments
Comments
(0)