Add code to find_my_exec() to resolve a symbolic link down to the
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |