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.
This commit is contained in:
Tom Lane
2004-11-06 23:06:29 +00:00
parent bffe45a72c
commit 336969e490
4 changed files with 173 additions and 61 deletions

View File

@ -345,6 +345,9 @@
/* Define to 1 if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK
/* Define to 1 if you have the `replace_history_entry' function. */
#undef HAVE_REPLACE_HISTORY_ENTRY