Re: 9.3beta2 unrecognized node type in join alias vars when retrieving view definition

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Feike Steenbergen <feikesteenbergen(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 9.3beta2 unrecognized node type in join alias vars when retrieving view definition
Date: 2013-07-22 15:29:22
Message-ID: 15570.1374506962@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Feike Steenbergen <feikesteenbergen(at)gmail(dot)com> writes:
> the attached dump can be loaded and results in an error message when
> retrieving the view definitions.

Thanks for the test case. It looks like I broke this in commit
2ffa740b, as a result of believing the comment in parsenodes.h that says
joinaliasvars lists can only contain Vars or COALESCE expressions :-(.
Will fix.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas Heiduk 2013-07-22 18:02:46 Re: [BUGS] BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Previous Message Rémi Cura 2013-07-22 14:14:22 Re: BUG #8317: ROUND(double*1/2) != ROUND(1/2*double)