If there is no sigdelset(), define it as a macro.
Peter Eisentraut <peter_e@gmx.net>
If there is no sigdelset(), define it as a macro. This removes some duplicate code that recreated the identical workaround when the newer signal API is missing.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/bgwriter.c | modified | +1 −5 |
| src/backend/postmaster/walwriter.c | modified | +1 −5 |
| src/backend/tcop/postgres.c | modified | +1 −5 |
| src/include/libpq/pqsignal.h | modified | +5 −3 |