Обсуждение: could not locate my own executable path

Поиск
Список
Период
Сортировка

could not locate my own executable path

От
Thomas Swan
Дата:
I tried to use a set of batch files to start postmaster under win32 for
a while and I had these errors when I tried to connect from psql.

<>LOG:  could not find a "postgres" to execute
FATAL:  postgres: could not locate my own executable path


I was able to correct it by (in the batch file) changing the working
directory to the install directory of postgresql.   Is postmaster gets
its working directory from the environment and not the path name of the
exectuble?


Re: could not locate my own executable path

От
"Merlin Moncure"
Дата:
> I was able to correct it by (in the batch file) changing the working
> directory to the install directory of postgresql.   Is postmaster gets
> its working directory from the environment and not the path name of
the
> exectuble?

There was a problem with exec() in one of the recent snapshots...when is
the last time you've pulled one down?  (if more than 1-2 days, try a new
one, be prepared to initdb)

Merlin

Re: could not locate my own executable path

От
Thomas Swan
Дата:
Merlin Moncure wrote:

>>I was able to correct it by (in the batch file) changing the working
>>directory to the install directory of postgresql.   Is postmaster gets
>>its working directory from the environment and not the path name of
>>
>>
>the
>
>
>>exectuble?
>>
>>
>
>There was a problem with exec() in one of the recent snapshots...when is
>the last time you've pulled one down?  (if more than 1-2 days, try a new
>one, be prepared to initdb)
>
>
It was about a week ago.  I'll check a recent snapshot.