Commit 8538519
File tree
5 files changed
+39
-29
lines changedFilter options
- src
- backend/optimizer
- plan
- util
- test/regress
- expected
- sql
5 files changed
+39
-29
lines changedsrc/backend/optimizer/plan/analyzejoins.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/analyzejoins.c+14-16Lines changed: 14 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
| 167 | + |
167 | 168 |
|
168 | 169 |
|
169 | 170 |
|
| ||
190 | 191 |
|
191 | 192 |
|
192 | 193 |
|
193 |
| - |
194 |
| - |
195 |
| - |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
196 | 198 |
|
197 | 199 |
|
198 | 200 |
|
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
| 201 | + |
| 202 | + |
| 203 | + |
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 |
| - |
| 214 | + |
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
233 |
| - |
| 233 | + |
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
277 |
| - |
278 |
| - |
| 276 | + |
| 277 | + |
279 | 278 |
|
280 |
| - |
281 |
| - |
282 |
| - |
| 279 | + |
| 280 | + |
283 | 281 |
|
284 | 282 |
|
285 | 283 |
|
|
src/backend/optimizer/plan/initsplan.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/initsplan.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
497 |
| - |
498 |
| - |
499 |
| - |
500 | 497 |
|
501 | 498 |
|
502 | 499 |
|
| ||
509 | 506 |
|
510 | 507 |
|
511 | 508 |
|
| 509 | + |
| 510 | + |
| 511 | + |
512 | 512 |
|
513 | 513 |
|
514 | 514 |
|
|
src/backend/optimizer/util/var.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/var.c-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 | 201 |
|
212 | 202 |
|
213 | 203 |
|
|
src/test/regress/expected/join.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/join.out+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5150 | 5150 |
|
5151 | 5151 |
|
5152 | 5152 |
|
| 5153 | + |
| 5154 | + |
| 5155 | + |
| 5156 | + |
| 5157 | + |
| 5158 | + |
| 5159 | + |
| 5160 | + |
| 5161 | + |
| 5162 | + |
| 5163 | + |
| 5164 | + |
| 5165 | + |
| 5166 | + |
| 5167 | + |
5153 | 5168 |
|
5154 | 5169 |
|
5155 | 5170 |
|
|
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 |
---|---|---|
| ||
1860 | 1860 |
|
1861 | 1861 |
|
1862 | 1862 |
|
| 1863 | + |
| 1864 | + |
| 1865 | + |
| 1866 | + |
| 1867 | + |
| 1868 | + |
| 1869 | + |
1863 | 1870 |
|
1864 | 1871 |
|
1865 | 1872 |
|
|
0 commit comments