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 | |
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 <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Reviewed-by: Heikki Linnakangas <[email protected]>
Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 842ef855fc6..4a8f6521296 100755 --- a/configure +++ b/configure @@ -10728,7 +10728,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 |