Re: ECPGset_var

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: ECPGset_var
Дата
Msg-id 20100126201441.GJ3380@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: ECPGset_var  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Boszormenyi Zoltan wrote:
> Alvaro Herrera írta:

> > I happened to notice this misleading comment:
> >
> >         char temp[20]; /* this should be sufficient unless you have 8 byte integers */
> >   
> 
> That comment was there before I touched that function, I deleted it now.
> There will be other problems before reaching 2^31-1 internal variables,
> like compiling the monster C file without the compiler going OOM...

No, I meant

alvherre=# select length((2^32)::text), length((2^64)::text);length | length 
--------+--------    10 |     20
(1 fila)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: ECPGset_var
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ECPGset_var