Commit 7d4a10e
File tree
Expand file treeCollapse file tree
3 files changed
+34
-1
lines changedFilter options
- src
- backend/optimizer/prep
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+34
-1
lines changedsrc/backend/optimizer/prep/prepjointree.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/prep/prepjointree.c+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2044 | 2044 |
|
2045 | 2045 |
|
2046 | 2046 |
|
| 2047 | + |
| 2048 | + |
| 2049 | + |
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
| 2054 | + |
| 2055 | + |
| 2056 | + |
| 2057 | + |
| 2058 | + |
2047 | 2059 |
|
2048 | 2060 |
|
2049 | 2061 |
|
|
src/test/regress/expected/join.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/join.out+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2024 | 2024 |
|
2025 | 2025 |
|
2026 | 2026 |
|
| 2027 | + |
| 2028 | + |
| 2029 | + |
| 2030 | + |
| 2031 | + |
| 2032 | + |
| 2033 | + |
| 2034 | + |
| 2035 | + |
| 2036 | + |
| 2037 | + |
| 2038 | + |
| 2039 | + |
| 2040 | + |
2027 | 2041 |
|
2028 | 2042 |
|
2029 | 2043 |
|
| ||
2854 | 2868 |
|
2855 | 2869 |
|
2856 | 2870 |
|
2857 |
| - |
| 2871 | + |
2858 | 2872 |
|
2859 | 2873 |
|
2860 | 2874 |
|
|
src/test/regress/sql/join.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/join.sql+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
297 | 297 |
|
298 | 298 |
|
299 | 299 |
|
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
300 | 307 |
|
301 | 308 |
|
302 | 309 |
|
|
0 commit comments