Remove dead handling for pre-POSIX sigwait().

Thomas Munro <tmunro@postgresql.org>

Commit: fb12becdfb89e35f3f56768cefe1a837f0afafaf
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-07-23T21:32:34Z
Releases: 16.0
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

PathChange+/−
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