Re: ERROR: XX000: variable not found in subplan target list
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ryan Kelly <rpkelly22@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-02-11T04:03:21Z
Lists: pgsql-bugs
Ryan Kelly <rpkelly22@gmail.com> writes: > After upgrading to 11.15 we have queries failing as follows: > (postgres@[local]:5432 02:52:54) [capitalrx_test_adjudication_master]> > EXPLAIN SELECT count(*) FROM adjudication.claims; > ERROR: XX000: variable not found in subplan target list It's impossible to comment on this with this amount of detail. Please try to extract a self-contained test case. https://wiki.postgresql.org/wiki/Guide_to_reporting_problems regards, tom lane
Commits
-
Don't use_physical_tlist for an IOS with non-returnable columns.
- e5691cc9170b 15.0 landed
- b6f869beeab0 10.21 landed
- 32e801676b1e 12.11 landed
- 277e744ae176 14.3 landed
- 14ee565f399b 11.16 landed
- 0778b24ced8a 13.7 landed