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 /src/bin/psql | |
| 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 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/nls.mk b/src/bin/psql/nls.mk index cf0b8002918..8624612969c 100644 --- a/src/bin/psql/nls.mk +++ b/src/bin/psql/nls.mk @@ -23,7 +23,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \ ../../common/fe_memutils.c \ ../../common/username.c \ ../../common/wait_error.c \ - ../../port/thread.c + ../../port/user.c GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \ HELP0 HELPN N_ simple_prompt simple_prompt_extended GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \ |
