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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ...
Date: 2002-01-05 06:43:41
Message-ID: 10440.1010213021@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> I couldn't cancel VACUUM using current cvs.

Hm. There should probably be a CHECK_FOR_INTERRUPTS in the per-
tuple (or at worst per-page) loops in vacuum.

> I couldn't cancel simple SELECT which returns no row either.

How long could that take?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-01-05 07:20:28 Re: pgsql/src backend/tcop/postgres.c include/misc ...
Previous Message Hiroshi Inoue 2002-01-05 06:41:36 Re: pgsql/src backend/tcop/postgres.c include/misc ...