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

From Heikki Linnakangas
Subject Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Date
Msg-id 534E6974.5020402@vmware.com
Whole thread Raw
In response to BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi  (digoal@126.com)
Responses 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>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Next
From: Andres Freund
Date:
Subject: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi