Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> 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
In response to
Responses
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2004-05-19 20:07:15 |
| Subject: Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p |
| Previous: | From: Bruce Momjian | Date: 2004-05-19 19:39:27 |
| Subject: pgsql-server/src/backend/tcop postgres.c |
pgsql-patches by date
| Next: | From: Bruce Momjian | Date: 2004-05-19 20:07:15 |
| Subject: Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p |
| Previous: | From: Bruce Momjian | Date: 2004-05-19 19:39:05 |
| Subject: Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p |