Re: How to know killed by pg_terminate_backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to know killed by pg_terminate_backend
Дата
Msg-id 10300.1295624146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to know killed by pg_terminate_backend  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Ответы Re: How to know killed by pg_terminate_backend
Список pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@gmail.com> writes:
> On Fri, Jan 21, 2011 at 13:56, Tatsuo Ishii <ishii@postgresql.org> wrote:
>> Anyone has better idea? Tom dislikes my patch but I don't know how to
>> deal with it.

> There was another design in the past discussion:
> One idea is postmaster sets a flag in the shared memory area
> indicating it rceived SIGTERM before forwarding the signal to
> backends.

> Is it enough for your purpose and do we think it is more robust way?

To put this as briefly as possible: I don't want to add even one line of
code to distinguish pg_terminate_backend from database-wide shutdown.
That function should be a last-ditch tool, not something used on a daily
basis.  So I disagree with the premise as much as with any particular
implementation.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pg_dump directory archive format / parallel pg_dump
Следующее
От: Robert Haas
Дата:
Сообщение: Re: SSI and Hot Standby