Re: Re: ZeroFill(.../pg_xlog/xlogtemp.20148) failed: No such file or directory

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Chris Jones <chris@mt.sri.com>
Cc: Oliver Elphick <olly@lfix.co.uk>, pgsql-general@postgresql.org
Date: 2001-05-23T18:04:51Z
Lists: pgsql-general
Chris Jones <chris@mt.sri.com> writes:
> If write didn't return -1, it shouldn't have set errno.  A short write
> count isn't an error condition.

On disk files it certainly is; there's no non-error reason to do that,
and AFAICS no reason for the application to try again.

			regards, tom lane