Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"
Дата
Msg-id 26564.1256130462@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-bugs
Dave Page <dpage@pgadmin.org> writes:
> This function call is adding the new access control entry to the DACL,
> and in Jesse's modified version it's specifying that the ACE should be
> inheritable.

Hah, so now we have a theory.

> The other refactoring is still important however - without it, I still
> see the error. I would guess that you cannot add an inheritable ACE
> once the process has been created, but I cannot say for certain.

That would make sense if the state gets copied to the process at time
of creation.  Okay, I'm satisfied that this is a believable patch...

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: taktos
Дата:
Сообщение: Re: BUG #5127: AbstractJdbc2Connection#doRollback should throws Exception if connection is closed
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"