Re: pgsql: On Windows, when a file is deleted and another process still has

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: On Windows, when a file is deleted and another process still has
Дата
Msg-id 4338.1252601961@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: On Windows, when a file is deleted and another process still has  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: pgsql: On Windows, when a file is deleted and another process still has
Список pgsql-committers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> FWIW, the checkpoint is mostly complete at that point, all that's left
> is non-critical cleanup. I admit it's still annoying.

"Mostly complete" isn't good enough, and it's much more than just an
annoyance --- failure to complete checkpoints will lead to disk full,
and other nasty things IIRC.  We really need to deal with this.

I wouldn't be too surprised if that rat's nest in InstallXLogFileSegment
isn't right :-(.  But we have to treat "file can't be renamed" as a
nonfatal condition on Windows.

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: On Windows, when a file is deleted and another process still has
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: On Windows, when a file is deleted and another process still has