Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Дата
Msg-id 534E6974.5020402@vmware.com
обсуждение исходный текст
Ответ на BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi  (digoal@126.com)
Ответы Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi  (德哥 <digoal@126.com>)
Список pgsql-bugs
On 04/16/2014 02:17 PM, µÂ¸ç wrote:
> LOG:  write() in XLogFileInit returned 40960: Success

Oh, that's interesting. Have you tweaked BLCKSZ or XLOG_BLCKSZ? If you
have, try with a fresh checkout - I just fixed a bug in that code where
I had used BLCKSZ instead of XLOG_BLCKSZ in the allocation of the
buffer. They're the same by default, but if you've changed them, that
might be it.

- Heikki

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi