Remove dead getpwuid_r replacement code.

Thomas Munro <tmunro@postgresql.org>

Commit: e757cdd6ad1bc757df7a73616bde8d7e1cb2828a
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-07-23T21:44:29Z
Releases: 16.0
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@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 +1 −1
configure.ac modified +1 −1
src/include/pg_config.h.in modified +0 −3
src/port/thread.c modified +4 −54
src/tools/msvc/Solution.pm modified +0 −1

Discussion