mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03: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.