Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> writes:
>> get_names_for_var didn't do recursion for unnamed JOIN vars quite right;
>> got it wrong when the JOIN was in an outer query level. Per example from
>> Laurie Burrow. Also fix same issue in markTargetListOrigin. I think the
>> latter is only a latent bug since we currently don't apply
>> markTargetListOrigin
>> except at the outer level ... but should do it right anyway.
> BTW, this code is almost verbatim in 7.4. Do you want me to patch it
> back?
In markTargetListOrigin you mean? I think it's unnecessary, but if
you want to...
regards, tom lane
In response to
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-01-13 23:08:02 |
| Subject: pgsql: Change exec_eval_simple_expr's param list allocation call from |
| Previous: | From: Alvaro Herrera | Date: 2005-01-13 22:44:36 |
| Subject: Re: pgsql: get_names_for_var didn't do recursion for |