Re: [HACKERS] Function to kill backend

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: [HACKERS] Function to kill backend
Дата
Msg-id 410416C8.8010804@pse-consulting.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Function to kill backend  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: [HACKERS] Function to kill backend  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
>>Would you use a kill operation in the way you describe above
>>if you knew
>>that it had, say, a 1% chance of causing a database-wide PANIC
>>each time
>>you used it?

Seems there's the need for some connection killing functionality. If
it's not present, the whole cluster needs to be shut down, which makes
it unavailable with 100 % chance.

If there's a .00001 % chance it *corrupts* the cluster, the function is
not acceptable. But iff it's a good chance to keep the cluster running,
it's worth having it (and should be used sensibly).

Regards,
Andreas


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [HACKERS] Function to kill backend
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgxs: build infrastructure for extensions v4