diff options
author | Thomas Munro | 2022-07-23 21:44:29 +0000 |
---|---|---|
committer | Thomas Munro | 2022-07-23 21:44:29 +0000 |
commit | e757cdd6ad1bc757df7a73616bde8d7e1cb2828a (patch) | |
tree | 9e042c6d54c61d843d583b5ba0ae6ea78030f2a7 /src/include | |
parent | fb12becdfb89e35f3f56768cefe1a837f0afafaf (diff) |
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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index bf42c541dc4..f9618e19863 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -240,9 +240,6 @@ /* Define to 1 if you have the `getpeerucred' function. */ #undef HAVE_GETPEERUCRED -/* Define to 1 if you have the `getpwuid_r' function. */ -#undef HAVE_GETPWUID_R - /* Define to 1 if you have the `getrlimit' function. */ #undef HAVE_GETRLIMIT |