putting a bgworker to rest

Поиск
Список
Период
Сортировка
От Andres Freund
Тема putting a bgworker to rest
Дата
Msg-id 20130423134833.GD8499@alap2.anarazel.de
обсуждение исходный текст
Ответы Re: putting a bgworker to rest
Список pgsql-hackers
Hi all,

I noticed the need to simply stop a bgworker after its work is done but
still have it restart in unusual circumstances like a crash.
Obviously I can just have it enter a loop where it checks its latch and
such, but that seems a bit pointless.

Would it make sense to add an extra return value or such for that?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Steve Singer
Дата:
Сообщение: Re: Performance with the new security release?
Следующее
От: Jeevan Chalke
Дата:
Сообщение: Re: REFRESH MATERIALIZED VIEW command in PL block hitting Assert