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

Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts

are treated more like 'cancel' interrupts: the signal handler sets a
flag that is examined at well-defined spots, rather than trying to cope
with an interrupt that might happen anywhere.  See pghackers discussion
of 1/12/01.
parent 027f144e
No related branches found
No related tags found
No related merge requests found
Showing
with 597 additions and 433 deletions
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