pgsql: Remove dead getpwuid_r replacement code.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dead getpwuid_r replacement code.
Date: 2022-07-23 21:46:47
Message-ID: E1oFMxS-000wE9-1q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead getpwuid_r replacement code.

getpwuid_r is in SUSv2 and all targeted Unix systems have it. We don't
use it for Windows.

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/e757cdd6ad1bc757df7a73616bde8d7e1cb2828a

Modified Files
--------------
configure | 2 +-
configure.ac | 2 +-
src/include/pg_config.h.in | 3 ---
src/port/thread.c | 58 ++++------------------------------------------
src/tools/msvc/Solution.pm | 1 -
5 files changed, 6 insertions(+), 60 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-23 23:00:42 pgsql: Doc: improve documentation about random().
Previous Message Thomas Munro 2022-07-23 21:42:37 pgsql: Remove dead handling for pre-POSIX sigwait().