On Tue, Aug 1, 2023 at 6:50 PM Tom Lane <[email protected]> wrote:

>
> Alternatively, could we postpone the reparameterization until
> createplan.c?  Having to build reparameterized expressions we might
> not use seems expensive, and it would also contribute to the memory
> bloat being complained of in nearby threads.
>

As long as the translation happens only once, it should be fine. It's
the repeated translations which should be avoided.

-- 
Best Wishes,
Ashutosh Bapat


Reply via email to