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:18:31Z
Lists: pgsql-general
Chris Jones <chris@mt.sri.com> writes: >> /* we got a partial write count. No problem; try again. */ >> totalwritten +=3D lastwritten; No. An infinite loop is NOT an acceptable response to running out of disk space. This is a disk file we are writing, not a socket. regards, tom lane