mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Windows doesn't do signal processing like other platforms do. It never really worked, but recent changes to the signal handling made it crash. This fixes bug #4961. Patch by Fujii Masao.