pgsql: Prefer $HOME when looking up the current user's home directory.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Prefer $HOME when looking up the current user's home directory. |
| Дата | |
| Msg-id | E1n6iPI-0005HG-MS@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Prefer $HOME when looking up the current user's home directory.
When we need to identify the home directory on non-Windows, first
consult getenv("HOME"). If that's empty or unset, fall back
on our previous method of checking the <pwd.h> database.
Preferring $HOME allows the user to intentionally point at some
other directory, and it seems to be in line with the behavior of
most other utilities. However, we shouldn't rely on it completely,
as $HOME is likely to be unset when running as a daemon.
Anders Kaseorg
Discussion: https://postgr.es/m/1634252654444.90107@mit.edu
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/376ce3e404b75d267089c4bc6dc7c18d0b38728b
Modified Files
--------------
src/bin/psql/command.c | 31 +++++++++++++++++++------------
src/interfaces/libpq/fe-connect.c | 21 ++++++++++++++-------
src/port/path.c | 25 ++++++++++++++++++-------
3 files changed, 51 insertions(+), 26 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера