Re: [GENERAL] Linux Largefile Support In Postgresql RPMS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Linux Largefile Support In Postgresql RPMS
Дата
Msg-id 25577.1029248620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Linux Largefile Support In Postgresql RPMS  (Oliver Elphick <olly@lfix.co.uk>)
Ответы Re: [GENERAL] Linux Largefile Support In Postgresql RPMS
Список pgsql-hackers
Oliver Elphick <olly@lfix.co.uk> writes:
> Looking at how to deal with this, is the following going to be
> portable?:

>       #define OFF_T_FORMAT %Ld

That certainly will not be.  Use INT64_FORMAT from pg_config.h.

>       typedef long int OFF_T;

Why not just use off_t?  In both cases?
        regards, tom lane


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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server/src
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: [GENERAL] Linux Largefile Support In Postgresql RPMS