[EMAIL PROTECTED] writes:
> What if BasicOpenFile() got some other error?
Doesn't really matter; anything else would be a problem we can't recover
from anyhow. Besides, given that rename is failing with ENOENT, a
conflict on the destination name does not appear to be the issue.
Tom Lane wrote:
>
> James Thornton <[EMAIL PROTECTED]> writes:
> > I am not running NFS on this system.
>
> Oh well, scratch that theory. Perhaps you should tell us what you *are*
> running --- what OS, what hardware? I still believe that this must be
> a system-level bug and not directly Post
Tom Lane wrote:
>
> That really should be impossible --- it says that a rename() failed for
> a file we just created.
>
> I judge from the spelling of the error message that you are running 7.1.
7.1.3
> However, given that you state a system reboot is necessary and
> sufficient to make the prob