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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src backend/tcop/postgres.c include/misc ...
Дата
Msg-id 10657.1010215228@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql/src backend/tcop/postgres.c include/misc ...  (tgl@postgresql.org)
Ответы Re: pgsql/src backend/tcop/postgres.c include/misc ...  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-committers
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.

            regards, tom lane

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

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