pgsql: Remove dead handling for pre-POSIX sigwait().

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Remove dead handling for pre-POSIX sigwait().
Дата
Msg-id E1oFMtQ-000wBy-OZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb12becdfb89e35f3f56768cefe1a837f0afafaf

Modified Files
--------------
configure                  | 64 +++-------------------------------------------
configure.ac               | 27 -------------------
src/bin/psql/command.c     | 10 ++++----
src/bin/psql/startup.c     |  4 +--
src/include/pg_config.h.in |  7 -----
src/tools/msvc/Solution.pm |  2 --
6 files changed, 10 insertions(+), 104 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove dead getrusage replacement code.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove dead getpwuid_r replacement code.