Re: pgsql/src backend/tcop/postgres.c include/misc ...

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: pgsql/src backend/tcop/postgres.c include/misc ...
Дата
Msg-id 3C3A3355.F64AE39F@tpf.co.jp
обсуждение исходный текст
Ответ на Re: pgsql/src backend/tcop/postgres.c include/misc ...  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: pgsql/src backend/tcop/postgres.c include/misc ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > I think the much more significant change is the following
> > one not the above one.
>
> Well, yes; the "above" change was just a last-gasp attempt to make the
> old scheme work, whereas the "following" change introduced the new
> scheme.

As far as I see, the introduction of the ImmediateInterruptOK
flag made HOLD/RESUME_INTERRUPTS scheme pretty meaningless.
Does 'die' interrupts still really need HOLD/RESUME_INTERRUPTS
scheme ? If 'die' interrupts are only for normal shutdown,
even LockWaitCancel() isn't needed.

regards,
Hiroshi Inoue

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

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/contrib/mysql my2pg.pl
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql/src backend/tcop/postgres.c include/misc ...