forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc4dd2a
committed
neqjoinsel must now pass through collation to eqjoinsel.
Since commit044c99b, eqjoinsel passes the passed-in collationto any operators it invokes. However, neqjoinsel failed to passon whatever collation it got, so that if we invoked acollation-dependent operator via that code path, we'd get "could notdetermine which collation to use for string comparison" or the like.Per report from Justin Pryzby. Back-patch to v12, like the previouscommit.Discussion:https://postgr.es/m/20200721191606.GL5748@telsasoft.com1 parentac25e7b commitcc4dd2a
1 file changed
+9
-6
lines changedLines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2775 | 2775 |
| |
2776 | 2776 |
| |
2777 | 2777 |
| |
| 2778 | + | |
2778 | 2779 |
| |
2779 | 2780 |
| |
2780 | 2781 |
| |
| |||
2821 | 2822 |
| |
2822 | 2823 |
| |
2823 | 2824 |
| |
2824 |
| - | |
2825 |
| - | |
2826 |
| - | |
2827 |
| - | |
2828 |
| - | |
2829 |
| - | |
| 2825 | + | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
2830 | 2833 |
| |
2831 | 2834 |
| |
2832 | 2835 |
| |
|
0 commit comments
Comments
(0)