Re: pg_restore fails with a custom backup file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore fails with a custom backup file
Дата
Msg-id 9005.1166456615@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_restore fails with a custom backup file  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_restore fails with a custom backup file  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Magnus Hagander wrote:
>> A question though - is there any *gain* from using 64-bit offsets in the
>> actual backend? The change could of course be done in port.h, but that

> No, not really.  All files are kept < 1gig for the backend.

Not so: consider a backend COPY reading or writing a multi-gig table.
This will fail if the platform hasn't got largefile support.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_am.amstrategies should be 0 when not meaningful?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Dirty pages in freelist cause WAL stuck