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

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: 德哥 <digoal(at)126(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Date: 2014-04-16 11:28:52
Message-ID: 534E6974.5020402@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message 德哥 2014-04-16 11:31:33 Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Previous Message Andres Freund 2014-04-16 11:27:32 Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi