mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 10:07:40 +08:00
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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user