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

From PG Bug reporting form
Subject BUG #17782: ERROR: variable not found in subplan target lists
Date
Msg-id 17782-23a2f2a4c868a72e@postgresql.org
Whole thread Raw
Responses Re: BUG #17782: ERROR: variable not found in subplan target lists  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
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
Description:

The our client contacted us and we reproduced the error in our test
environment. 
We reproduced the error on PostgresQL v.13.3 and then upgrade to v.13.9 and
still get this ERROR.
We expect a fix in the release "10.21, 11.16, 12.11, 13.7, 14.3 released
2022-05-12" but nothing.

This SQL request returned ERROR. 

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. 
Please advice.


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17781: Assert in setrefs.c
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #17782: ERROR: variable not found in subplan target lists