Re: Some problems regarding the self-join elimination code

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Andrei Lepikhov <lepihov(at)gmail(dot)com>
Cc: Richard Guo <guofenglinux(at)gmail(dot)com>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Some problems regarding the self-join elimination code
Date: 2025-05-01 19:01:07
Message-ID: CAPpHfdu8DGmV_3e-t44uJv5BFWKnQH5RMG4qg2mrKqCSCBhT6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 1, 2025 at 8:22 PM Andrei Lepikhov <lepihov(at)gmail(dot)com> wrote:
> On 1/5/2025 14:11, Alexander Korotkov wrote:
> > 3. Should the ChangeVarNodesWalkExpression function return the walker's
> > returning value?
> >
> >
> > Done.
> Thanks for your efforts! Looks good to me.

Thank you. I'm going to push this if there is no objections.

------
Regards,
Alexander Korotkov
Supabase

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ilia Evdokimov 2025-05-01 19:10:56 Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Previous Message Tom Lane 2025-05-01 18:48:59 Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture