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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump and large files - is this a problem?
Дата
Msg-id 20965.1035898649@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:
>> 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.

> Unfortunately I do not think that is sufficient, since the problem is already
> at the #include level. The compiler barfs on the second #include <unistd.h>
> from postgres.h

AIX is too stupid to wrap unistd.h in an "#ifndef" to protect against
double inclusion?  I suppose we could do that for them...
        regards, tom lane


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: pg_dump and large files - is this a problem?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Request for supported platforms