Re: SRA Win32 sync() code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SRA Win32 sync() code
Дата
Msg-id 28666.1069003792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SRA Win32 sync() code  (Manfred Spraul <manfred@colorfullife.com>)
Список pgsql-patches
Manfred Spraul <manfred@colorfullife.com> writes:
> Which function guarantees that renames of WAL files arrived on the disk?

The OS itself is supposed to guarantee that; that's what a journaling
file system is for.  In any case, I don't think we care.  Renaming would
apply only to WAL segments that are not currently needed where they are,
and would only be needed under their new names at some future time.
If the rename gets lost shortly after it's done, it can be redone.

            regards, tom lane

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

Предыдущее
От: Kurt Roeckx
Дата:
Сообщение: Re: SIGPIPE handling
Следующее
От: Kurt Roeckx
Дата:
Сообщение: Re: SIGPIPE handling