Bruce Momjian <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Also, in the non-exec case it seems unnecessary and possibly unsafe to
>> repeat this computation in a backend.
> Thanks. It originally was as below and I forgot about that. It now is:
> if (my_exec_path[0] == '\0' && find_my_exec(argv[0], my_exec_path) < 0)
> The issue is that fork/exec will need to set it too.
That fixes it for my_exec_path, but what of the pkglib_path stuff?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html