Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane <tgl@sss.pgh.pa.us>
Don't pass down nonnullable_vars while reducing outer joins. We weren't actually using the passed-down list for anything, other than computing the new value to be passed down further. I (tgl) probably had the idea that we'd need this data eventually; but no use-case has emerged in a good long while, so let's just stop expending useless cycles here. Richard Guo Discussion: https://postgr.es/m/CAMbWs48KLy9aBb=sZ5MoNmnqAcGHaW_JTGWLCgoE_uMW7S6C-A@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/prep/prepjointree.c | modified | +6 −27 |
Discussion
- Do we need to pass down nonnullable_vars when reducing outer joins? 3 messages · 2022-09-13 → 2022-11-07