Re: rmtree() failure on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: rmtree() failure on Windows
Дата
Msg-id 20850.1098892835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: rmtree() failure on Windows  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> You misunderstood. The 300 secs is not in waiting for unlink() to 
> return, it is in waiting for its effects to be seen by rmdir() (i.e. for 
> the entry to actually be cleared from the directory). unlink() is 
> returning very quickly. If the bgwriter is disabled then the entries are 
> cleared very quickly too (i.e. before we even get to rmdir())

More specifically, 300 seconds is the most time you'd have to wait for a
checkpoint to occur (with default checkpoint settings) ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: rmtree() failure on Windows
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: src/timezone/pgtz __imp__my_exec_path