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

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: pgsql/src backend/tcop/postgres.c include/misc ...
Дата
Msg-id EKEJJICOHDIEMGPNIFIJAEPNGFAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на Re: pgsql/src backend/tcop/postgres.c include/misc ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql/src backend/tcop/postgres.c include/misc ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > ExecProcNode doesn't return unless
> > it finds a tuple which satisfies the qualification.
>
> Oh, of course you are right.  I guess there should be
> CHECK_FOR_INTERRUPTS in the per-tuple loops of nodeSeqscan.c
> and nodeIndexscan.c, as well.  Joins should be okay, since they
> get their inputs from lower-level ExecProcNode calls.

Now I realize that 7.1 already changed the handling of
die interrupts fundamentally. For example we can't kill
the backend which is in a trouble with an infinite loop.
Was it an intended change ?

regards,
Hiroshi Inoue

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

Предыдущее
От: barry@postgresql.org
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql/src backend/tcop/postgres.c include/misc ...