]> granicus.if.org Git - postgresql/commit
Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jan 2002 23:16:22 +0000 (23:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jan 2002 23:16:22 +0000 (23:16 +0000)
commit4764ae823b78a602ebfe01a91084c4b1ec931554
tree86b03f43dd5edf0810e78f7254723094d868f49c
parent1ccc67600bce722ac6edd695e06b451ff75cdc4d
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.
src/backend/tcop/postgres.c
src/include/miscadmin.h