Re: Short writes - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Short writes
Date
Msg-id 200611282048.07095.peter_e@gmx.net
Whole thread Raw
In response to Re: Short writes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Short writes
List pgsql-hackers
Tom Lane wrote:
> Because, in fact, that is the usual reason for a short write.  Do you
> have something better for the code to do?

Well, I would have liked to know the truth, such as

ERROR: short write on block blah
DETAIL: wrote %u bytes, %u requested
HINT: That might mean that the disk is full.

In our instance, there is no fullness problem.  (The errors repeat too 
inconsistently yet persistently for that.)  Probably, the storage 
device is improperly mounted (which could become the second half of the 
hint), but I have to wait for test results.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump -t broken for mixed case table names in beta3?
Next
From: "Kevin Grittner"
Date:
Subject: Re: pg_dump -t broken for mixed case table names in