Re: Wrong aggregate result when sorting by a NULL value

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ondřej Bouda <obouda(at)email(dot)cz>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Wrong aggregate result when sorting by a NULL value
Date: 2018-11-02 17:34:43
Message-ID: 87y3ab2ykj.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>> "Andres" == Andres Freund <andres(at)anarazel(dot)de> writes:

>> Andres, do you have time to look at this right now?

Andres> Thanks for bisecting. I'll take a look later today.

Looks like this:

+ scratch.d.agg_strict_input_check.nargs = numInputs;

should have been pertrans->numTransInputs instead?

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2018-11-02 18:15:32 Re: pgstattuple does not work with uppercase table names
Previous Message Andres Freund 2018-11-02 15:40:50 Re: Wrong aggregate result when sorting by a NULL value