On Sat, 18 Jun 2022 at 05:21, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> On 2022-06-17 14:14:54 +1200, David Rowley wrote:
> > So, there appears to be no performance regression due to the extra
> > indirection. There's maybe even some gains due to the smaller step
> > size.
>
> "smaller step size"?
I mean smaller sizeof(ExprEvalStep).
David