Re: [BUG] Remove self joins causes 'variable not found in subplan target lists' error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Sergey Soloviev <sergey(dot)soloviev(at)tantorlabs(dot)ru>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [BUG] Remove self joins causes 'variable not found in subplan target lists' error
Date: 2025-08-29 01:39:27
Message-ID: 1978857.1756431567@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Richard Guo <guofenglinux(at)gmail(dot)com> writes:
> On Fri, Aug 29, 2025 at 2:26 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> With one eye on the fast-approaching release freeze for 18rc1,
>> I plan to go ahead and push these. Please do review if you
>> have time, but I think getting some buildfarm cycles on these
>> is time-critical now.

> I reviewed the v5 patch and found one issue.

Ah, thanks for spotting that.

> I plan to push the fix to both v18 and master, if there are no
> objections.

Please do.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-08-29 01:52:48 Re: index prefetching
Previous Message Richard Guo 2025-08-29 01:22:33 Re: [BUG] Remove self joins causes 'variable not found in subplan target lists' error