- Notifications
You must be signed in to change notification settings - Fork5
Commite529e9f
committed
[ Revert patch ]
> =================================================================> User interface proposal for multi-row function targetlist entries> =================================================================> 1. Only one targetlist entry may return a set.> 2. Each targetlist item (other than the set returning one) is> repeated for each item in the returned set.>Having gotten no objections (actually, no response at all), I can onlyassume no one had heartburn with this change. The attached patch coversthe first of the two proposals, i.e. restricting the target list to onlyone set returning function.Joe Conway1 parent29e57ce commite529e9f
File tree
3 files changed
+8
-24
lines changed- src
- backend/parser
- include/parser
3 files changed
+8
-24
lines changedLines changed: 2 additions & 2 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 |
| |
| |||
1118 | 1118 |
| |
1119 | 1119 |
| |
1120 | 1120 |
| |
1121 |
| - | |
| 1121 | + | |
1122 | 1122 |
| |
1123 | 1123 |
| |
1124 | 1124 |
| |
|
Lines changed: 4 additions & 20 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 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
51 | 49 |
| |
52 | 50 |
| |
53 |
| - | |
54 |
| - | |
| 51 | + | |
55 | 52 |
| |
56 | 53 |
| |
57 | 54 |
| |
| |||
64 | 61 |
| |
65 | 62 |
| |
66 | 63 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 | 64 |
| |
71 | 65 |
| |
72 | 66 |
| |
| |||
99 | 93 |
| |
100 | 94 |
| |
101 | 95 |
| |
102 |
| - | |
103 | 96 |
| |
104 | 97 |
| |
105 | 98 |
| |
106 | 99 |
| |
107 |
| - | |
108 | 100 |
| |
109 | 101 |
| |
110 | 102 |
| |
| |||
181 | 173 |
| |
182 | 174 |
| |
183 | 175 |
| |
184 |
| - | |
185 |
| - | |
| 176 | + | |
186 | 177 |
| |
187 | 178 |
| |
188 | 179 |
| |
| |||
203 | 194 |
| |
204 | 195 |
| |
205 | 196 |
| |
206 |
| - | |
207 |
| - | |
| 197 | + | |
208 | 198 |
| |
209 | 199 |
| |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 | 200 |
| |
217 | 201 |
| |
218 | 202 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments
Comments
(0)