On 8/21/25 5:47 AM, Chao Li wrote:
> While discussing [1], I was reading execUtils.c, then I noticed this
> redundant local variable assignment in CreateWorkExprContext(). The
> attached patch fixed that.
Nice spotted but I think your patch reduces readability. How about this?
Andreas