Actually, it's not that hard to merge the Windows pqsignal code ...
Tom Lane <tgl@sss.pgh.pa.us>
Actually, it's not that hard to merge the Windows pqsignal code ... ... just need to typedef sigset_t and provide sigemptyset/sigfillset, which are easy enough.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/pqsignal.c | modified | +1 −23 |
| src/include/libpq/pqsignal.h | modified | +9 −12 |