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

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dead handling for pre-POSIX sigwait().
Date: 2022-07-23 21:42:37
Message-ID: E1oFMtQ-000wBy-OZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Greg Stark <stark(at)mit(dot)edu>
Reviewed-by: Robert Haas <robertmhaas(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-07-23 21:46:47 pgsql: Remove dead getpwuid_r replacement code.
Previous Message Thomas Munro 2022-07-23 21:31:11 pgsql: Remove dead getrusage replacement code.