Re: 7.4 Beta1: variable not found in subplan target lists - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.4 Beta1: variable not found in subplan target lists
Date
Msg-id 14848.1060263720@sss.pgh.pa.us
Whole thread Raw
In response to 7.4 Beta1: variable not found in subplan target lists  (Robert Creager <Robert_Creager@LogicalChaos.org>)
List pgsql-hackers
Robert Creager <Robert_Creager@LogicalChaos.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Release changes
Next
From: Bruce Momjian
Date:
Subject: Re: Release changes