summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorThomas Munro2022-07-23 21:44:29 +0000
committerThomas Munro2022-07-23 21:44:29 +0000
commite757cdd6ad1bc757df7a73616bde8d7e1cb2828a (patch)
tree9e042c6d54c61d843d583b5ba0ae6ea78030f2a7 /src/include
parentfb12becdfb89e35f3f56768cefe1a837f0afafaf (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.in3
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