Re: DROP DATABASE vs patch to not remove files right away

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: DROP DATABASE vs patch to not remove files right away
Дата
Msg-id 20080416005025.GJ4429@alvh.no-ip.org
обсуждение исходный текст
Ответ на DROP DATABASE vs patch to not remove files right away  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: DROP DATABASE vs patch to not remove files right away  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

> I think that it should be coded
> to ignore ENOENT the same as the bgwriter does, and that it should press
> on and keep trying to delete things even if it gets a failure.

Perhaps, if it gets ENOENT, record this fact -- and after rmtree
returns, retry the whole thing.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_terminate_backend() issues
Следующее
От: Tom Lane
Дата:
Сообщение: Improving planner variable handling