Re: pg_terminate_backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_terminate_backend
Дата
Msg-id 3694.1154610068@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_terminate_backend  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: pg_terminate_backend
Re: pg_terminate_backend
Список pgsql-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> utils/adt/misc.c says:
> //* Disabled in 8.0 due to reliability concerns; FIXME someday *//
> Datum
> *pg_terminate_backend*(PG_FUNCTION_ARGS)

> Well, AFAIR there were no more issues raised about code paths that don't clean up correctly, so can we please
> remove that comment and make the function live finally? 

No, you have that backwards.  The burden of proof is on those who want
it to show that it's now safe.  The situation is not different than it
was before, except that we can now actually point to a specific bug that
did exist, whereas the original concern was just an unfocused one that
the code path hadn't been adequately exercised.  That concern is now
even more pressing than it was.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: VALUES clause memory optimization (was: Values list-of-targetlists patch...)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rebuilding DB from broken hardrive.