Re: BUG #17782: ERROR: variable not found in subplan target lists - Mailing list pgsql-bugs

From David G. Johnston
Subject Re: BUG #17782: ERROR: variable not found in subplan target lists
Date
Msg-id CAKFQuwaCB+u2JOkS+1X6U9yjLKAt1AbUBOrzs5-3nM6BJALdBg@mail.gmail.com
Whole thread Raw
In response to BUG #17782: ERROR: variable not found in subplan target lists  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17782: ERROR: variable not found in subplan target lists  (Dmytro Hanzhelo <d.hanzhelo@indevlab.com>)
List pgsql-bugs
On Tue, Feb 7, 2023 at 6:38 AM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17782
Logged by:          Dmytro Hanzhelo
Email address:      d.hanzhelo@indevlab.com
PostgreSQL version: 13.9
Operating system:   CentOS Linux release 8.3.2011


UPDATE corestatus.system_module
SET state=true
WHERE module_name='cfront_exchangerate';
ERROR:  variable not found in subplan target lists

We can provide dump for reproduce.

Then do so - because without a reproducer it is going to be difficult to observe the behavior to fix this.

David J.

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17782: ERROR: variable not found in subplan target lists
Next
From: Bryn Llewellyn
Date:
Subject: Re: BUG #17779: "commit" causes error 2D000 when "set search_path" is added to the first example in section "43.8"