Simplify find_my_exec by using realpath(3)

Edit
ID 3878
Title Simplify find_my_exec by using realpath(3)
Topic Refactoring
Created 2022-09-04 02:44:19
Last modified 2023-03-23 22:20:41 (1 year, 7 months ago)
Latest email 2023-03-23 22:20:29 (1 year, 7 months ago)
Status
2023-03: Committed
2023-01: Moved to next CF
2022-11: Moved to next CF
Target version
Authors Tom Lane (tgl)
Reviewers 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/3878
git checkout commitfest/cf/3878
Emails
Can we avoid chdir'ing in resolve_symlinks() ?
First at 2022-09-01 23:39:33 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2023-03-23 22:20:29 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (use-realpath-in-find_my_exec-2.patch) at 2022-10-04 18:07:13 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (use-realpath-in-find_my_exec-2.patch) at 2022-10-04 18:07:13 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (use-realpath-in-find_my_exec-1.patch) at 2022-09-04 02:41:53 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2023-03-23 22:20:41 Tom Lane (tgl) Closed in commitfest 2023-03 with status: Committed
2023-03-23 22:20:41 Tom Lane (tgl) Changed committer to tgl
2023-01-31 16:18:11 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-12-12 13:12:51 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-09-04 02:44:36 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2022-09-04 02:44:19 Tom Lane (tgl) Attached mail thread 797232.1662075573@sss.pgh.pa.us
2022-09-04 02:44:19 Tom Lane (tgl) Created patch record
Edit