Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)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
In response to
Responses
pgsql-committers by date
| Next: | From: Hiroshi Inoue | Date: 2002-01-05 07:20:48 |
| Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ... |
| Previous: | From: Tom Lane | Date: 2002-01-05 06:43:41 |
| Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ... |