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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Jesse Morris <jmorris(at)coverity(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"
Date: 2009-10-21 14:02:15
Message-ID: 9837222c0910210702u1592035bn2c45eb92ee76ce6d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wed, Oct 21, 2009 at 15:07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Dave Page <dpage(at)pgadmin(dot)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...

From a quick look, it looks fine to me. I don't have time to do a
complete check right now, but I'll do that as soon as I can and then
commit it - unless people feel it's more urgent than maybe a week
worst case, in which case someone else has to pick it up :-)

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2009-10-21 14:10:20 Re: [BUGS] Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"
Previous Message Tom Lane 2009-10-21 13:07:42 Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-10-21 14:10:20 Re: [BUGS] Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"
Previous Message Kevin Grittner 2009-10-21 13:48:40 Re: Application name patch - v2