Re: [HACKERS] Bug?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Bug?
Дата
Msg-id 34DF29C0.E4592C62@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Bug?
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [PATCHES] Re: [HACKERS] Query->hasSubLinks is always FALSE...