Use outerPlanState macro instead of referring to leffttree

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Use outerPlanState macro instead of referring to leffttree
Date: 2022-04-14 06:49:23
Message-ID: CAMbWs4-vYhh1xsa_veah4PUed2Xq=Ed_YH3=Mqt5A3Y=EgfCEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In the executor code, we mix use outerPlanState macro and referring to
leffttree. Commit 40f42d2a tried to keep the code consistent by
replacing referring to lefftree with outerPlanState macro, but there are
still some outliers. This patch tries to clean them up.

Thanks
Richard

Attachment Content-Type Size
v1-0001-Use-outerPlanState-macro.patch application/octet-stream 9.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-04-14 07:10:19 Re: Error logging messages
Previous Message David Rowley 2022-04-14 06:46:00 Re: A qsort template