Re: ERROR: XX000: variable not found in subplan target list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ryan Kelly <rpkelly22(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR: XX000: variable not found in subplan target list
Date: 2022-02-11 04:03:21
Message-ID: 1969206.1644552201@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ryan Kelly <rpkelly22(at)gmail(dot)com> writes:
> After upgrading to 11.15 we have queries failing as follows:
> (postgres(at)[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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Soni M 2022-02-11 04:33:42 Re: BUG #17399: Dead tuple number stats not updated on long running queries
Previous Message Ryan Kelly 2022-02-11 03:21:56 ERROR: XX000: variable not found in subplan target list