Re: [HACKERS] Bug? - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Bug?
Date
Msg-id 34DF29C0.E4592C62@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:

> > Per Tom H's suggestion; what do you think Bruce?
> >
> > postgres=> select 100000000000;
> > NOTICE:  Integer input '100000000000' is out of range; promoted to float
> >     ?column?
> > ------------
> > 100000000000
> > (1 row)
> >
> > That would alleviate the "hidden" side effects, but still come closer to
> > doing something helpful...
>
> With the NOTICE, I like it.

Will be done for v6.3 then. I'm finishing up on patches to gram.y to help
with CREATE FUNCTION, etc., wrt type names. Will commit the scan.l changes at
that time...

                                                     - Tom


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Bug?
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [PATCHES] Re: [HACKERS] Query->hasSubLinks is always FALSE...