Re: BUG #10587: ERROR: variable not found in subplan target list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: geoff(at)sea-incorporated(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10587: ERROR: variable not found in subplan target list
Date: 2014-06-10 01:39:19
Message-ID: 13434.1402364359@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

geoff(at)sea-incorporated(dot)com writes:
> The following SQL has been verified to yield a planner error in 9.2.2 and
> 9.2.8 (maybe others), but the query succeeds in 9.3.4.

Thanks for the compact test case! I believe this patch fixes it:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=187ae17300776f48b2bd9d0737923b1bf70f606e

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message zhangzq 2014-06-10 02:03:55 Re: Many processes blocked at ProcArrayLock!
Previous Message Tom Lane 2014-06-09 23:10:51 Re: BUG #10588: inconsistent permissions for InformationSchema tables..