tgl(at)postgresql(dot)org wrote:
>
> CVSROOT: /cvsroot
> Module name: pgsql
> Changes by: tgl(at)postgresql(dot)org 02/01/01 18:16:22
>
> Modified files:
> src/backend/tcop: postgres.c
> src/include : miscadmin.h
>
> Log message:
> Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()
> macros, but only at explicit CHECK_FOR_INTERRUPTS() calls.
Does this change also affect the SIGTERM handling
(not only query-cancel) ?
regards,
Hiroshi Inoue
In response to
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2002-01-05 03:24:47 |
| Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ... |
| Previous: | From: momjian | Date: 2002-01-04 21:32:30 |
| Subject: pgsql/doc TODO |