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

From Marc G. Fournier
Subject Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.
Date
Msg-id 3adf14a7c8281595541fd22cba2c3e4f
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
On Thu, 12 Jun 1997, Bruce Momjian wrote:

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

    And some ppl think we arent' responsive to bugs *roll eyes* *grin*

Marc G. Fournier                                 scrappy@hub.org
Systems Administrator @ hub.org              scrappy@freebsd.org

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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] BUG: aggregate functions and @ operator.