Re: Permission denied on fsync / Win32 (was right

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permission denied on fsync / Win32 (was right
Дата
Msg-id 14717.1145379856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Permission denied on fsync / Win32 (was right  ("Peter Brant" <Peter.Brant@wicourts.gov>)
Список pgsql-bugs
"Peter Brant" <Peter.Brant@wicourts.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Peter Brant"
Дата:
Сообщение: Re: [Win32] Problem with rename()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Win32] Problem with rename()