Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.
Date
Msg-id a52f4b471bd075889f2845511b0a6666
Whole thread Raw
In response to [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.  ("Thomas G. Lockhart" <Thomas.Lockhart@jpl.nasa.gov>)
List pgsql-hackers
> > > select sum(@a) from test;      (Backend crash)
> > >
> > > But, even an "explain" crashes the backend!
> >
> > Gee, I never remember seeing this bug report before.  I have added it to
>        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> And I'm so.
>
> > the TODO list on the WWW page.
>
> Don't it - it's fixed now: it's case of an unary operator, but
> replace_agg_clause() always tried set references for both left and right
> operands - so check for is an operand NULL or not added.

Removed from TODO list on WWW page.

- --
Bruce Momjian
maillist@candle.pha.pa.us

------------------------------

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] FATAL 1:btree: items are out of order
Next
From: "Marc G. Fournier"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.