diff options
author | Thomas Munro | 2023-07-09 06:12:28 +0000 |
---|---|---|
committer | Thomas Munro | 2023-07-09 06:17:09 +0000 |
commit | 89333db963af20988fc407463ea626b1c41404e8 (patch) | |
tree | 7ace29b3d93e982380b42cac142f6ad7f4f23f1b /configure.ac | |
parent | c23e7ea4d6a44cd0f6948d362a8477f14a3f849c (diff) |
Rename port/thread.c to port/user.c.
Historically this module dealt with thread-safety of system interfaces,
but now all that's left is wrapper code for user name and home directory
lookup. Arguably the Windows variants of this logic could be moved in
here too, to justify its presence under port. For now, just tidy up
some obsolete references to multi-threading, and give the file a
meaningful name.
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c18a64b0f7..0f802f3df40 100644 --- a/configure.ac +++ b/configure.ac @@ -1232,7 +1232,6 @@ fi # # For each platform, we need to know about any special compile and link # libraries, and whether the normal C function names are thread-safe. -# See the comment at the top of src/port/thread.c for more information. # WIN32 doesn't need the pthread tests; it always uses threads # # These tests are run before the library-tests, because linking with the |