OSDN Git Service

Remove 'optimization' to skip resolve_symlinks() when the found
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Dec 2004 16:55:43 +0000 (16:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Dec 2004 16:55:43 +0000 (16:55 +0000)
commitf0c08ae7c95bf71cabcae351825b58e528a68b77
tree55401fdd0cf30857f27a0bcc1976bb598cc5e9e6
parentbad4897d9ffaf61ba37fba355b929659465da037
Remove 'optimization' to skip resolve_symlinks() when the found
executable file isn't itself a symlink.  We still need to run the
algorithm so that any directory symlinks in the path to the
executable are replaced by a true path.  Noticed this on seeing
pg_config give me a completely wrong answer for --pkglibdir when
I called it through a symlink to the installation bindir.
src/port/exec.c