Re: windows / initdb oddness - Mailing list pgsql-hackers

From Tom Lane
Subject Re: windows / initdb oddness
Date
Msg-id 12826.1140627280@sss.pgh.pa.us
Whole thread Raw
In response to Re: windows / initdb oddness  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: windows / initdb oddness
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Thinking about this a tiny bit more, it struck me that by far the best 
> way to do this is to stop using a magic argument and use the environment 
> instead. Then we don't need to mangle the command line at all. This 
> actually results in less code, and should be more robust (mangling the 
> command line in Windows is dangerous and difficult because of quotes).

This seems like a good idea.

Is there any reason to worry about an accidental environment conflict?
If someone mistakenly did "export PG_RESTRICT_EXEC=1", it looks to me
like this would cause the re-exec bit to be skipped, but I suppose the
worst possible consequence is that the postmaster would refuse to start.
Is there anything I don't see?  (Of course, the magic argument method
can be broken manually in just the same way...)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Updated email signature
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Pgfoundry and gborg: shut one down