Prefer getenv("HOME") to find the UNIX home directory

Edit
ID 3362
Title Prefer getenv("HOME") to find the UNIX home directory
Topic Miscellaneous
Created 2021-10-14 23:08:22
Last modified 2022-01-11 18:47:04 (2 years, 10 months ago)
Latest email 2022-01-10 02:17:46 (2 years, 10 months ago)
Status
2022-01: Committed
2021-11: Moved to next CF
Target version
Authors Anders Kaseorg (anderskaseorg)
Reviewers Tom Lane (tgl)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3362
git checkout commitfest/cf/3362
Emails
[PATCH] Prefer getenv("HOME") to find the UNIX home directory
First at 2021-10-14 23:04:14 by Anders Kaseorg <andersk at mit.edu>
Latest at 2022-01-10 02:17:46 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (0001-make-pqGethostbyname-static.patch) at 2022-01-10 02:17:46 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (0001-make-pqGethostbyname-static.patch) at 2022-01-10 02:17:46 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v2-0001-use-HOME-for-home-directory.patch) at 2022-01-09 18:59:02 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v1-0001-Prefer-getenv-HOME-to-find-the-UNIX-home-director.patch) at 2021-10-14 23:04:14 from Anders Kaseorg <andersk at mit.edu> (Patch: Yes)
History
When Who What
2022-01-11 18:47:04 Tom Lane (tgl) Closed in commitfest 2022-01 with status: Committed
2022-01-11 18:47:04 Tom Lane (tgl) Changed committer to tgl
2022-01-09 17:54:27 Tom Lane (tgl) Added tgl as reviewer
2021-12-01 20:02:54 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Moved to next CF
2021-10-14 23:09:04 Anders Kaseorg (anderskaseorg) Changed authors to Anders Kaseorg (anderskaseorg)
2021-10-14 23:08:23 Anders Kaseorg (anderskaseorg) Attached mail thread 1634252654444.90107@mit.edu
2021-10-14 23:08:22 Anders Kaseorg (anderskaseorg) Created patch record
Edit