Re: pg_basebackup failing

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_basebackup failing
Дата
Msg-id CAB7nPqQRNLYfymgyCF=4UwADRcf8rEX-m=Kq7FSfVTHePajFvg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_basebackup failing  (Sameer Kumar <sameer.kumar@ashnik.com>)
Ответы Re: pg_basebackup failing
Список pgsql-general



On Wed, Jan 15, 2014 at 8:05 PM, Sameer Kumar <sameer.kumar@ashnik.com> wrote:
The error you are seeing is triggered because this relation file
exceeds MAX_TAR_MEMBER_FILELEN or 8GB for a single tar member, which
is as well the norm for tar.

I thought PostgreSQL would break the file if it grows beyond 1GB (1GB is segment size which one can modify while compiling). Am I missing something or have I got it totally wrong?
No, you are missing nothing. Thanks for reminding :) (This is settable with ./configure --with-segsize)
So the build has been done with some uncommon option.
Regards,
--
Michael

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: pg_depend OBJID not found
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how is text-equality handled in postgresql?