"Peter Brant" <Peter(dot)Brant(at)wicourts(dot)gov> writes:
> The error messages refer to the old relfilenode (in 3 out of 3
> occurrences today).
So it'd seem the problem is with fsync on recently-deleted files.
Is it possible that we are getting EACCES (ERROR_SHARING_VIOLATION
maybe) in the situation where we try to fsync a file that's been
unlinked but isn't fully gone yet due to open handles?
regards, tom lane