Neil Conway f06e79525a Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio
Natoli and Bruce Momjian (and some cosmetic fixes from Neil Conway).
Changes:

    - remove duplicate signal definitions from pqsignal.h

    - replace pqkill() with kill() and redefine kill() in Win32

    - use ereport() in place of fprintf() in some error handling in
      pqsignal.c

    - export pg_queue_signal() and make use of it where necessary

    - add a console control handler for Ctrl-C and similar handling
      on Win32

    - do WaitForSingleObjectEx() in CHECK_FOR_INTERRUPTS() on Win32;
      query cancelling should now work on Win32

    - various other fixes and cleanups
2004-02-08 22:28:57 +00:00
..
2004-02-06 19:36:18 +00:00
2004-02-02 00:11:31 +00:00
2004-01-31 05:09:41 +00:00
2004-01-24 07:30:40 +00:00
2003-11-29 19:52:15 +00:00
2004-02-06 19:36:18 +00:00
2004-02-02 00:11:31 +00:00
2003-11-29 19:52:15 +00:00