Re: BUG #14249: In FDW, variable not found in subplan target list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14249: In FDW, variable not found in subplan target list
Дата
Msg-id 1216.1468505276@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14249: In FDW, variable not found in subplan target list  (wayne.warren@multiscalehn.com)
Список pgsql-bugs
wayne.warren@multiscalehn.com writes:
> I have written a foreign data wrapper that works with version 9.5.2. Now
> with 9.6beta2 I receive "ERROR: variable not found in subplan target list"
> when I refer to a column in the WHERE clause that is not also listed as a
> target column:

> mydb=# select record_id, addr_chg_user_id from si_ept_470
>     where addr_chg_instant='5441342125';
> ERROR:  variable not found in subplan target list

No such misbehavior is visible in file_fdw or postgres_fdw, so presumably
your FDW is doing something wrong.  There's not enough information here
to say what; though a likely guess is that you're building a custom
fdw_scan_tlist and forgetting to include Vars from restriction clauses
in it.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: jason@signalvine.com
Дата:
Сообщение: BUG #14250: Error in subquery fails silently and parent query continues to execute
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #14246: Postgres crashing frequently