pg_terminate_backend

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема pg_terminate_backend
Дата
Msg-id 44D147C8.5000507@pse-consulting.de
обсуждение исходный текст
Ответы Re: pg_terminate_backend
Re: pg_terminate_backend
Список pgsql-hackers
Since I have a stuck backend without client again, I'll have to kill -SIGTERM a backend. Fortunately, I do 
have console access to that machine and it's not win32 but a decent OS. For other cases I'd really really really 
appreciate if that function would make it into 8.2.

utils/adt/misc.c says:

#*ifdef* NOT_USED

//* 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? 

Regards,
Andreas




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

Предыдущее
От: Joe Conway
Дата:
Сообщение: VALUES clause memory optimization (was: Values list-of-targetlists patch...)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_terminate_backend