- Notifications
You must be signed in to change notification settings - Fork28
Commit2b8a624
committed
Fix ruleutils' get_variable() to print something useful for Vars referencing
resjunk outputs of subquery tlists, instead of throwing an error. Per bug#5548 from Daniel Grace.We might at some point find we ought to back-patch this further than 9.0,but I think that such Vars can only occur as resjunk members of upper-leveltlists, in which case the problem can't arise because prior versions didn'tprint resjunk tlist items in EXPLAIN VERBOSE.1 parenta0d7c5f commit2b8a624
1 file changed
+44
-1
lines changedLines changed: 44 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
3637 | 3637 |
| |
3638 | 3638 |
| |
3639 | 3639 |
| |
| 3640 | + | |
| 3641 | + | |
| 3642 | + | |
| 3643 | + | |
| 3644 | + | |
| 3645 | + | |
| 3646 | + | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
| 3655 | + | |
| 3656 | + | |
| 3657 | + | |
| 3658 | + | |
| 3659 | + | |
| 3660 | + | |
| 3661 | + | |
| 3662 | + | |
| 3663 | + | |
| 3664 | + | |
| 3665 | + | |
| 3666 | + | |
| 3667 | + | |
| 3668 | + | |
| 3669 | + | |
| 3670 | + | |
| 3671 | + | |
| 3672 | + | |
| 3673 | + | |
| 3674 | + | |
| 3675 | + | |
| 3676 | + | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
3640 | 3683 |
| |
3641 | 3684 |
| |
3642 | 3685 |
| |
|
0 commit comments
Comments
(0)