Commit 9b63c13
File tree
Expand file treeCollapse file tree
3 files changed
+56
-5
lines changedFilter options
- src
- backend/executor
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+56
-5
lines changedsrc/backend/executor/nodeValuesscan.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeValuesscan.c+16-5Lines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
| ||
114 | 115 |
|
115 | 116 |
|
116 | 117 |
|
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
121 | 127 |
|
122 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
123 | 134 |
|
124 | 135 |
|
125 | 136 |
|
|
src/test/regress/expected/subselect.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/subselect.out+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
840 | 840 |
|
841 | 841 |
|
842 | 842 |
|
| 843 | + |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
| 871 | + |
| 872 | + |
843 | 873 |
|
844 | 874 |
|
845 | 875 |
|
|
src/test/regress/sql/subselect.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/subselect.sql+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
472 | 472 |
|
473 | 473 |
|
474 | 474 |
|
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
475 | 485 |
|
476 | 486 |
|
477 | 487 |
|
|
0 commit comments