mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 15:22:16 -04:00
36839c1927
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.