Re: pg_dump and large files - is this a problem?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump and large files - is this a problem?
Дата
Msg-id 15508.1035828950@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump and large files - is this a problem?  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> The problem with flex is, that the generated c file does #include <unistd.h>
> before we #include "postgres.h".
> In this situation _LARGE_FILES is not defined for unistd.h and unistd.h
> chooses to define _LARGE_FILE_API, those two are not compatible.

Yeah.  AFAICS the only way around this is to avoid doing any I/O
operations in the flex-generated files.  Fortunately, that's not much
of a restriction.
        regards, tom lane


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: [ANNOUNCE] Server downtime ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Request for supported platforms