]> granicus.if.org Git - postgresql/commit
Add code to find_my_exec() to resolve a symbolic link down to the
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2004 23:06:29 +0000 (23:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2004 23:06:29 +0000 (23:06 +0000)
commit336969e490d71c316a42fabeccda87f798e562dd
treeffc4cdf1836320984dae8bd5566019a2d7627b21
parentbffe45a72c4828070db380c955042b51d22d57f7
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.
configure
configure.in
src/include/pg_config.h.in
src/port/exec.c