Re: BUG #13863: Select from views gives wrong results

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, wrb <wrb(at)autistici(dot)org>, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13863: Select from views gives wrong results
Date: 2016-02-08 09:57:27
Message-ID: CAEZATCWHNKejivUaChh7cVJCHNhwYTRLi5Yr49iBzhY3fo-CHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 8 February 2016 at 09:44, Andres Freund <andres(at)anarazel(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2016-02-08 11:09:32 Re: BUG #13863: Select from views gives wrong results
Previous Message Andres Freund 2016-02-08 09:44:34 Re: BUG #13863: Select from views gives wrong results