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

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

Tom Lane wrote:
>
> Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> > Does this change also affect the SIGTERM handling
> > (not only query-cancel) ?
>
> Yes. Cancel and die interrupts are accepted at the same places.

Cancel interrupts are accepted at CHECK_FOR_INTERRUPTS
or while waiting for a lock.
Die interrupts are accepted at CHECK_FOR_INTERRUPTS or
at the time when they are received while interrupts
are allowed. Is my understanding right ? If so, isn't
it strange ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-01-05 04:03:47 pgsql/doc TODO
Previous Message Tom Lane 2002-01-05 03:24:47 Re: pgsql/src backend/tcop/postgres.c include/misc ...