Michael Brusser <[EMAIL PROTECTED]> writes: > 2003-10-10 22:37:05 ERROR: cannot read block 0 of s_noteimportlinks: > Interrupted system call
Hmm. I found this hard to believe at first, but indeed my local man pages for read() and write() say they can return EINTR if interrupted by a signal. This may depend on the filesystem in use (are you using NFS?) We had probably better fix fd.c to retry on EINTR. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])