Re: foreign join error "variable not found in subplan target list"

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-08-09T01:59:39Z
Lists: pgsql-bugs
Hi Alexander,

On Tue, Aug 9, 2022 at 12:26 AM Alexander Pyhalov
<a.pyhalov@postgrespro.ru> wrote:
> Using the following patch I'm able to get
> "ERROR:  variable not found in subplan target list"
> on foreign join pushdown for update returning.

Reproduced here.  Will look into this.

Thanks for the report!

Best regards,
Etsuro Fujita



Commits

  1. postgres_fdw: Avoid 'variable not found in subplan target list' error.