- Notifications
You must be signed in to change notification settings - Fork5
Commit42af56e
committed
Revise implementation of SubLinks so that there is a consistent,
documented intepretation of the lefthand and oper fields. Fix a number ofobscure problems while at it --- for example, the old code failed if the parserdecided to insert a type-coercion function just below the operator of aSubLink.CAUTION: this will break stored rules that contain subplans. You mayneed to initdb.1 parentedda70c commit42af56e
File tree
8 files changed
+325
-321
lines changed- src
- backend
- executor
- optimizer
- plan
- util
- parser
- rewrite
- utils/adt
- include/nodes
8 files changed
+325
-321
lines changedLines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
97 | 110 |
| |
98 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
99 | 116 |
| |
100 | 117 |
| |
101 | 118 |
| |
|
0 commit comments
Comments
(0)