Tom Lane wrote:
>
> Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> > When are cancel or die interrupts accepted while
> > executing a long query ?
>
> CHECK_FOR_INTERRUPTS() calls. The call in ExecProcNode should alone
> suffice for most queries, I think.
I couldn't cancel VACUUM using current cvs.
I couldn't cancel simple SELECT which returns no row either.
...
IIRC cancel interrupts before 7.1 was so but die interrupts
has never been so.
regards,
Hiroshi Inoue
In response to
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2002-01-05 06:43:41 |
| Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ... |
| Previous: | From: Tom Lane | Date: 2002-01-05 06:08:54 |
| Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ... |