You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove stray references to lefttree/righttree in the executor.
The general convention in the executor is to refer to child plansand planstates via the outerPlan[State] and innerPlan[State]macros, but a few places didn't do it like that. For consistencyand readability, convert all the stragglers to use the macros.(See also commit40f42d2, which did some similar cleanup a fewyears ago, but missed these cases.)Richard GuoDiscussion:https://postgr.es/m/CAMbWs4-vYhh1xsa_veah4PUed2Xq=Ed_YH3=Mqt5A3Y=EgfCEg@mail.gmail.com