Re: BUG #13863: Select from views gives wrong results - Mailing list pgsql-bugs

From Dean Rasheed
Subject Re: BUG #13863: Select from views gives wrong results
Date
Msg-id CAEZATCWHNKejivUaChh7cVJCHNhwYTRLi5Yr49iBzhY3fo-CHg@mail.gmail.com
Whole thread Raw
In response to Re: BUG #13863: Select from views gives wrong results  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
On 8 February 2016 at 09:44, Andres Freund <andres@anarazel.de> wrote:
>> Note that with this change to the "if" condition, the next "else if"
>> condition can be simplified back to just:
>>
>>     else if (parse->groupClause)
>>     {
>>         /* move it to WHERE */
>>         ...
>
> FWIW, I find the current phrasing clearer.
>

OK, fair enough.

>> Andres, are you going to take this one?
>
> Working on it as we speak. I thought you might appreciate doing your
> first commit under a littlebit less pressure.
>

Thanks. I'm a bit swamped with work for my day job right now.

Regards,
Dean

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #13863: Select from views gives wrong results
Next
From: Andres Freund
Date:
Subject: Re: BUG #13863: Select from views gives wrong results