Re: SRA Win32 sync() code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SRA Win32 sync() code
Дата
Msg-id 9687.1069013828@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SRA Win32 sync() code  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: SRA Win32 sync() code  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-patches
Jan Wieck <JanWieck@Yahoo.com> writes:
> Removing sync() entirely requires very accurate fsync()'ing in the
> background writer, the checkpointer and the backends. Basically none of
> them can mark a block "clean" if he fails to fsync() the relation later!
> This will be a mess to code.

Not really.  The O_SYNC solution for example would be trivial to code.

            regards, tom lane

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: SRA Win32 sync() code
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: SRA Win32 sync() code