- Notifications
You must be signed in to change notification settings - Fork28
Commitf0395d5
committed
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
sub-arrays. Per discussion, if all inputs are empty arrays then resultmust be an empty array too, whereas a mix of empty and nonempty arraysshould (and already did) draw an error. In the back branches, theconstruct was strict: any NULL input immediately yielded a NULL output;so I left that behavior alone. HEAD was simply ignoring NULL sub-arrays,which doesn't seem very sensible. For lack of a better idea it nowtreats NULL sub-arrays the same as empty ones.1 parent36e012e commitf0395d5
1 file changed
+34
-5
lines changedLines changed: 34 additions & 5 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 |
| |
| |||
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 | 2282 |
| |
| 2283 | + | |
2283 | 2284 |
| |
2284 | 2285 |
| |
2285 | 2286 |
| |
| |||
2302 | 2303 |
| |
2303 | 2304 |
| |
2304 | 2305 |
| |
| 2306 | + | |
2305 | 2307 |
| |
2306 | 2308 |
| |
2307 |
| - | |
| 2309 | + | |
2308 | 2310 |
| |
| 2311 | + | |
| 2312 | + | |
2309 | 2313 |
| |
| 2314 | + | |
2310 | 2315 |
| |
2311 | 2316 |
| |
2312 | 2317 |
| |
| |||
2320 | 2325 |
| |
2321 | 2326 |
| |
2322 | 2327 |
| |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
2323 | 2336 |
| |
2324 | 2337 |
| |
2325 | 2338 |
| |
2326 |
| - | |
| 2339 | + | |
2327 | 2340 |
| |
2328 | 2341 |
| |
2329 | 2342 |
| |
| |||
2341 | 2354 |
| |
2342 | 2355 |
| |
2343 | 2356 |
| |
2344 |
| - | |
| 2357 | + | |
2345 | 2358 |
| |
2346 | 2359 |
| |
2347 | 2360 |
| |
| |||
2356 | 2369 |
| |
2357 | 2370 |
| |
2358 | 2371 |
| |
2359 |
| - | |
| 2372 | + | |
2360 | 2373 |
| |
2361 | 2374 |
| |
2362 | 2375 |
| |
2363 | 2376 |
| |
2364 | 2377 |
| |
2365 | 2378 |
| |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
2366 | 2395 |
| |
2367 | 2396 |
| |
2368 | 2397 |
| |
|
0 commit comments
Comments
(0)