Re: Permission denied on fsync / Win32 (was right

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permission denied on fsync / Win32 (was right
Дата
Msg-id 17744.1145386437@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Permission denied on fsync / Win32 (was right  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-bugs
"Magnus Hagander" <mha@sollentuna.net> writes:
> Because we are talking about checking the output from _commit(), right?
> (being fsync() redefined)

The failure could be coming from that, or from a preceding open() if the
bgwriter didn't already have the file open --- basically, the message
Peter is quoting indicates a failure return from FileSync() in fd.c.
The fact that it doesn't happen for him every time is pretty good
evidence that only one of those two cases fails.

            regards, tom lane

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

Предыдущее
От: "Peter Brant"
Дата:
Сообщение: Re: Permission denied on fsync / Win32 (was right
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Permission denied on fsync / Win32 (was right