> > > 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
------------------------------