- Notifications
You must be signed in to change notification settings - Fork28
Commit85b587c
committed
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
when the planner splits apart a ROW(...) IS NULL test, the argisrow valuesof the component tests have to be determined from the component field types,not copied from the original NullTest (in which argisrow is surely true).1 parent7e40cdc commit85b587c
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2826 | 2826 |
| |
2827 | 2827 |
| |
2828 | 2828 |
| |
2829 |
| - | |
2830 |
| - | |
2831 |
| - | |
2832 |
| - | |
2833 | 2829 |
| |
2834 | 2830 |
| |
2835 | 2831 |
| |
2836 | 2832 |
| |
2837 | 2833 |
| |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
2838 | 2840 |
| |
2839 | 2841 |
| |
2840 | 2842 |
| |
| |||
2856 | 2858 |
| |
2857 | 2859 |
| |
2858 | 2860 |
| |
2859 |
| - | |
| 2861 | + | |
2860 | 2862 |
| |
2861 | 2863 |
| |
2862 | 2864 |
| |
|
0 commit comments
Comments
(0)