Skip to content
Snippets Groups Projects
Commit 6aad07d2 authored by Tom Lane's avatar Tom Lane
Browse files

Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing

a kernel call unless there's some evidence of a pending signal.  This should
bring its performance on Windows into line with the Unix version.  Problem
diagnosis and patch by Qingqing Zhou.  Minor stylistic tweaks by moi ...
if it's broken, it's my fault.
parent fdff883a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment