Remove dead handling for pre-POSIX sigwait().
Thomas Munro <tmunro@postgresql.org>
Remove dead handling for pre-POSIX sigwait(). sigwait() is in SUSv2 and all targeted Unix systems have it. An earlier pre-standard function prototype existed on some older systems, but we no longer need a workaround for that. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: Greg Stark <stark@mit.edu> Reviewed-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://postgr.es/m/CA+hUKGJ3LHeP9w5Fgzdr4G8AnEtJ=z=p6hGDEm4qYGEUX5B6fQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +3 −61 |
| configure.ac | modified | +0 −27 |
| src/bin/psql/command.c | modified | +5 −5 |
| src/bin/psql/startup.c | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +0 −7 |
| src/tools/msvc/Solution.pm | modified | +0 −2 |
Discussion
- Cleaning up historical portability baggage 108 messages · 2022-07-10 → 2025-06-10