Add code to find_my_exec() to resolve a symbolic link down to the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 336969e490d71c316a42fabeccda87f798e562dd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-06T23:06:29Z
Releases: 8.0.0
Add code to find_my_exec() to resolve a symbolic link down to the
actual executable location.  This allows people to continue to use
setups where, eg, postmaster is symlinked from a convenient place.
Per gripe from Josh Berkus.

Files

PathChange+/−
configure modified +2 −1
configure.in modified +2 −2
src/include/pg_config.h.in modified +3 −0
src/port/exec.c modified +166 −58