Re: Idea for fixing the Windows fsync problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Idea for fixing the Windows fsync problem
Дата
Msg-id 24243.1168979293@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Idea for fixing the Windows fsync problem  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Perhaps we could have the bgwrite check the queue *if* it gets the
> ENOENT/EACCESS error and then re-check the queue for drops on that file?

Hmm ... seems a bit ugly, but then again I've not been able to come up
with a nice way of making the backends wait for queue drain either; and
not having to make them wait at all is certainly attractive.  I'll look
into doing it like that.  Thanks for the idea!
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Corner-case bug with outer join equality deductions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Idea for fixing the Windows fsync problem