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 <[email protected]> Reviewed-by: Greg Stark <[email protected]> Reviewed-by: Robert Haas <[email protected]> Discussion: https://postgr.es/m/CA+hUKGJ3LHeP9w5Fgzdr4G8AnEtJ=z=p6hgdem4qygeux5b...@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(-)
