Re: Short writes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Short writes
Date: 2006-11-28 19:48:06
Message-ID: 200611282048.07095.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2006-11-28 19:49:31 Re: pg_dump -t broken for mixed case table names in
Previous Message Tom Lane 2006-11-28 19:43:17 Re: pg_dump -t broken for mixed case table names in beta3?