Re: 7.4 Beta1: variable not found in subplan target lists

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4 Beta1: variable not found in subplan target lists
Date: 2003-08-07 13:42:00
Message-ID: 14848.1060263720@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> writes:
> tassiv=# explain DELETE FROM temp_obs_i
> tassiv-# WHERE file_id IN
> tassiv-# (SELECT file_id
> tassiv(# FROM temp_obs_i NATURAL JOIN files
> tassiv(# WHERE group_id = 3
> tassiv(# AND pair_id = 25)
> tassiv-# ;
> ERROR: variable not found in subplan target lists

Mph, looks like I broke something with the IN-optimization work.
Thanks for the test case --- will look into it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-07 13:48:23 Re: compile error of 7.4 beta1 on AIX 4.3.3
Previous Message Tom Lane 2003-08-07 13:28:55 Re: Release changes