Re: Cancel/Kill backend functions

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Cancel/Kill backend functions
Дата
Msg-id 40AF0876.4010604@samurai.com
обсуждение исходный текст
Ответ на Cancel/Kill backend functions  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
Magnus Hagander wrote:
> Per previous discussions, here are two functions to send INT and TERM
> signals to other backends.They permit only INT and TERM, and permits
> sending only to postgresql backends (as registered in pgstat).

Why does this depend on pgstat? ISTM it would be better to use the
per-backend PGPROC information, which is stored in shared memory.
Consider TransactionIdIsInProgress() for an example.

-Neil

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: pg_autovacuum fixes
Следующее
От: Manfred Koizar
Дата:
Сообщение: Build problems