forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd515365
committed
Don't bother copying empty support arrays in a zero-column MergeJoin.
The case could not arise when this code was originally written, but it cannow (since we made zero-column MergeJoins work for the benefit of FULL JOINON TRUE). I don't think there is any actual bug here, but we might as welltreat it consistently with other uses of COPY_POINTER_FIELD(). Per commentfrom Ashutosh Bapat.1 parente969f9a commitd515365
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
679 | 682 | | |
680 | 683 | | |
681 | 684 | | |
| |||
0 commit comments
Comments
(0)