Re: pgsql: Fix compiler warnings on 64-bit boxes:

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: pgsql: Fix compiler warnings on 64-bit boxes:
Дата
Msg-id 44FE8155.9080401@sigaev.ru
обсуждение исходный текст
Ответ на Re: pgsql: Fix compiler warnings on 64-bit boxes:  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: pgsql: Fix compiler warnings on 64-bit boxes:  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-committers
> It might seem a minor quibble, but it seems like a more reliable approach
> might be to cast to a 64 bit type and user a 64 bit int formatter.
%ld ?  %lld? depending on architecture?

>
> It seems unlikely that state->ptr - state->begin would yield a number that
> large but I don't know that that would be true of every platform or user.

I don't believe that it can be more that 1Gb - it's a limit for any varlena type.


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: pgsql: Fix compiler warnings on 64-bit boxes:
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: pgsql: Fix compiler warnings on 64-bit boxes: