-
Notifications
You must be signed in to change notification settings - Fork 69
Commit ba30201
Add tableoid junk column to processed_tlist only for top-level parent.
(Note that the column is added to RelOptInfo reltarget of all nodes in the
hierarchy anyway; but only tle with top-level varno must get to *main* tlist,
i.e. processed_tlist.)
Previously it was added for each parent in the tree, i.e. multiple times in case
of multi-level partitioning, leading to
ERROR: variable not found in subplan target lists
errors in setref.
As comments say, this code better be rewritten to actually let parent deal with
its isParent flag. And to recurce with toplever rc. Probably should be done if
adjacent bugs arise.1 parent 2a13ed7 commit ba30201
File tree
4 files changed
+70
-4
lines changed- expected
- sql
- src
- include
4 files changed
+70
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 | + | ||
428 | + | ||
429 | + | ||
430 | + | ||
431 | + | ||
432 | + | ||
433 | + | ||
434 | + | ||
435 | + | ||
436 | + | ||
437 | + | ||
438 | + | ||
439 | + | ||
440 | + | ||
441 | + | ||
442 | + | ||
443 | + | ||
444 | + | ||
445 | + | ||
446 | + | ||
447 | + | ||
448 | + | ||
449 | + | ||
450 | + | ||
451 | + | ||
452 | + | ||
453 | + | ||
454 | + | ||
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
427 | 460 |
| |
428 | 461 |
| |
429 | 462 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
142 | 159 |
| |
143 | 160 |
| |
144 | - | ||
145 | 161 |
| |
146 | 162 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | - | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
440 | - | ||
440 | + | ||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 | + | ||
497 | + | ||
498 | + | ||
499 | + | ||
496 | 500 |
| |
497 | 501 |
| |
498 | 502 |
| |
| |||
511 | 515 |
| |
512 | 516 |
| |
513 | 517 |
| |
518 | + | ||
519 | + | ||
520 | + | ||
521 | + | ||
522 | + | ||
523 | + | ||
524 | + | ||
514 | 525 |
| |
515 | 526 |
| |
516 | 527 |
| |
| |||
636 | 647 |
| |
637 | 648 |
| |
638 | 649 |
| |
650 | + | ||
651 | + | ||
652 | + | ||
653 | + | ||
639 | 654 |
| |
640 | 655 |
| |
641 | 656 |
| |
|
0 commit comments