Re: Permission denied on fsync / Win32 (was right sibling is not next child)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permission denied on fsync / Win32 (was right sibling is not next child)
Дата
Msg-id 28966.1144953420@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Permission denied on fsync / Win32 (was right sibling is not next child)  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-bugs
"Magnus Hagander" <mha@sollentuna.net> writes:
> BTW, win32 sometimes has a bad habit of returning access denied for
> other things as well - in some caes you can get access denied instead of
> sharing violation, and you can often get it from AV and firewalls and
> such.

Looking at the fsync code in md.c, I note that it's designed to disregard
file-not-found (ENOENT).  Are there any cases in which win32 might
return EPERM for scenarios that a sane person would call file-not-found?

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Permission denied on fsync / Win32 (was right sibling is not next child)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2386: pg_restore doesn't restore large objects