Re: Wrong aggregate result when sorting by a NULL value - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Wrong aggregate result when sorting by a NULL value
Date
Msg-id 26185.1541348399@sss.pgh.pa.us
Whole thread Raw
In response to Re: Wrong aggregate result when sorting by a NULL value  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: Wrong aggregate result when sorting by a NULL value  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
Jeff Janes <jeff.janes@gmail.com> writes:
> I'm now getting a compiler warning:

> execExpr.c: In function 'ExecBuildAggTrans':
> execExpr.c:2864:7: warning: unused variable 'numInputs' [-Wunused-variable]
>    int   numInputs = pertrans->numInputs;

Used-for-asserts-only problem.  Will fix.

            regards, tom lane


pgsql-bugs by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Wrong aggregate result when sorting by a NULL value
Next
From: Andres Freund
Date:
Subject: Re: Wrong aggregate result when sorting by a NULL value