CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.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. Not clear
whether overenthusiastic acceptance of interrupts accounts for any real
bugs, but it definitely seems risky and unnecessary.